Skip to content

Commit d47c8ee

Browse files
committed
format
1 parent 20b851a commit d47c8ee

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

ql/lib/codeql/Locations.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,4 @@ class Location extends @location {
5757
or
5858
this.getStartLine() = other.getStartLine() and this.getStartColumn() < other.getStartColumn()
5959
}
60-
}
60+
}

ql/lib/codeql/ruby/ast/Erb.qll

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -237,9 +237,7 @@ class ErbOutputDirective extends ErbDirective {
237237
class ErbExecutionDirective extends ErbDirective {
238238
private Erb::Directive g;
239239

240-
ErbExecutionDirective() {
241-
this = TDirective(g)
242-
}
240+
ErbExecutionDirective() { this = TDirective(g) }
243241

244242
final override string toString() { result = "<%" + this.getToken().toString() + "%>" }
245243

0 commit comments

Comments
 (0)