Skip to content

Commit

Permalink
Fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremypw committed Jul 5, 2024
1 parent f16d82d commit 408d88f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Widgets/TerminalWidget.vala
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ namespace Terminal {
}

set {
if (value != null && tab != null) {
if (value != null && tab != null) {
tab.title = value;
}
}
Expand Down

0 comments on commit 408d88f

Please sign in to comment.