Skip to content

Commit

Permalink
code style
Browse files Browse the repository at this point in the history
  • Loading branch information
artemanufrij committed Sep 6, 2017
1 parent 3cfe57c commit 6344417
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MainWindow.vala
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ namespace RegexTester {
}

try {
RegexCompileFlags flags = RegexCompileFlags.JAVASCRIPT_COMPAT ;
RegexCompileFlags flags = RegexCompileFlags.JAVASCRIPT_COMPAT;
if (multiline.active) {
flags |= RegexCompileFlags.MULTILINE;
}
Expand Down

0 comments on commit 6344417

Please sign in to comment.