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)
if not details:
return
message_box = QMessageBox(
QMessageBox.Icon.Warning,
"NixOS Info",
@ -235,11 +235,11 @@ in
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):
if new_state != "profileManager":
return
QMessageBox.warning(
aqt.mw,
"NixOS Info",