From e2238e60736a2dd86f5bcf6fafee72429a9cd6ff Mon Sep 17 00:00:00 2001 From: NAHO <90870942+trueNAHO@users.noreply.github.com> Date: Thu, 31 Jul 2025 15:05:11 +0200 Subject: [PATCH] anki: remove trailing whitespace --- modules/programs/anki/helper.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/programs/anki/helper.nix b/modules/programs/anki/helper.nix index 4e3af69ab..44474431e 100644 --- a/modules/programs/anki/helper.nix +++ b/modules/programs/anki/helper.nix @@ -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",