Skip to content

Commit 6bc98c7

Browse files
committed
fix lint
1 parent 3f0bfa0 commit 6bc98c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Views/Form.vala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ public class Views.Form : Adw.Bin {
262262
// Set Po files
263263
string po_extra_window_file = GLib.Path.build_filename (project_folder, "po", "extra", "POTFILES");
264264
set_file_content (po_extra_window_file, "{{PROJECT_NAME}}", project_name);
265-
265+
266266
created (project_name_entry.text, location_entry.text);
267267
}
268268

0 commit comments

Comments
 (0)