Skip to content

Commit 23a82cc

Browse files
committed
linter
1 parent 7af361c commit 23a82cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Window.vala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ public class AppWindow : Gtk.Window {
213213
if (value.type () == typeof (Gdk.FileList)) {
214214
var list = (Gdk.FileList)value;
215215
File[] file_array = {};
216-
216+
217217
foreach (unowned var file in list.get_files ()) {
218218
file_array += file;
219219
}

0 commit comments

Comments
 (0)