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:
parent
4e97102bd4
commit
e2238e6073
1 changed files with 3 additions and 3 deletions
|
|
@ -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",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue