Skip to content

Commit

Permalink
Fix indentation errors in FileView
Browse files Browse the repository at this point in the history
  • Loading branch information
colinkiama committed Jul 2, 2024
1 parent 78664c1 commit 24a5d4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FolderManager/FileView.vala
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ public class Scratch.FolderManager.FileView : Code.Widgets.SourceList, Code.Pane
}


private void action_delete (SimpleAction action, Variant? param) {
private void action_delete (SimpleAction action, Variant? param) {
var path = param.get_string ();

if (path == null || path == "") {
Expand Down

0 comments on commit 24a5d4a

Please sign in to comment.