Trivial file formatting fixes

This commit is contained in:
Aaron Franke
2024-10-27 19:49:36 -07:00
parent 7471864b32
commit fcd6a08d69
13 changed files with 26 additions and 25 deletions

2
.gitattributes vendored Normal file
View File

@@ -0,0 +1,2 @@
# Normalize EOL for all files that Git considers text files.
* text=auto eol=lf

1
.gitignore vendored
View File

@@ -2,3 +2,4 @@
.flatpak .flatpak
.flatpak-builder .flatpak-builder
.vscode .vscode
.DS_Store

View File

@@ -122,4 +122,3 @@ class ChangeVersionPage(Adw.NavigationPage):
# Connections # Connections
self.root_group_check_button.connect("toggled", lambda *_: self.action_bar.set_revealed(True)) self.root_group_check_button.connect("toggled", lambda *_: self.action_bar.set_revealed(True))
self.apply_button.connect("clicked", self.on_apply) self.apply_button.connect("clicked", self.on_apply)

View File

@@ -67,4 +67,3 @@ class ResultRow(Adw.ActionRow):
# Apply # Apply
GLib.idle_add(self.idle_stuff) GLib.idle_add(self.idle_stuff)
self.set_state(package_state) self.set_state(package_state)