Skip to content

Commit

Permalink
Resolve code-style formatting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
colinkiama committed Nov 28, 2023
1 parent 8000461 commit 6af3a76
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion src/Application.vala
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,6 @@ namespace Scratch {
} else {
window.open_document (doc);
}

}
}
}
Expand Down
1 change: 1 addition & 0 deletions src/Widgets/SourceView.vala
Original file line number Diff line number Diff line change
Expand Up @@ -480,6 +480,7 @@ namespace Scratch.Widgets {
if (range.start_line < 0) {
return;
}

Gtk.TextIter start_iter;
buffer.get_start_iter (out start_iter);
start_iter.set_line (range.start_line - 1);
Expand Down

0 comments on commit 6af3a76

Please sign in to comment.