Skip to content

Commit

Permalink
#2714: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
levBagryansky committed Feb 7, 2024
1 parent 5ba573f commit 78391b8
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,7 @@ private Optimization optimization() {
).back()
);
if (this.failOnWarning) {
opt = new OptTrain(
opt, "/org/eolang/parser/fail-on-warnings.xsl"
);
opt = new OptTrain(opt, "/org/eolang/parser/fail-on-warnings.xsl");
}
return opt;
}
Expand Down

0 comments on commit 78391b8

Please sign in to comment.