Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Wootten committed Jul 20, 2023
1 parent 1b5454c commit 52355c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Services/Document.vala
Original file line number Diff line number Diff line change
Expand Up @@ -587,7 +587,7 @@ namespace Scratch.Services {
return true;
}

private async bool save_as () requires (!locked && is_saving) {
private async bool save_as () requires (!locked && is_saving) {
// New file
if (!loaded) {
return false;
Expand Down

0 comments on commit 52355c0

Please sign in to comment.