1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-12-02 15:11:03 +01:00

anki: remove trailing whitespace

This commit is contained in:
NAHO 2025-07-31 15:05:11 +02:00 committed by Austin Horstman
parent 4e97102bd4
commit e2238e6073

View file

@ -223,7 +223,7 @@ in
aqt.mw.pm.profile) aqt.mw.pm.profile)
if not details: if not details:
return return
message_box = QMessageBox( message_box = QMessageBox(
QMessageBox.Icon.Warning, QMessageBox.Icon.Warning,
"NixOS Info", "NixOS Info",
@ -235,11 +235,11 @@ in
aqt.mw.pm.save = on_preferences_save aqt.mw.pm.save = on_preferences_save
def state_will_change(new_state: aqt.main.MainWindowState, def state_will_change(new_state: aqt.main.MainWindowState,
old_state: aqt.main.MainWindowState): old_state: aqt.main.MainWindowState):
if new_state != "profileManager": if new_state != "profileManager":
return return
QMessageBox.warning( QMessageBox.warning(
aqt.mw, aqt.mw,
"NixOS Info", "NixOS Info",