We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20b851a commit d47c8eeCopy full SHA for d47c8ee
ql/lib/codeql/Locations.qll
@@ -57,4 +57,4 @@ class Location extends @location {
57
or
58
this.getStartLine() = other.getStartLine() and this.getStartColumn() < other.getStartColumn()
59
}
60
-}
+}
ql/lib/codeql/ruby/ast/Erb.qll
@@ -237,9 +237,7 @@ class ErbOutputDirective extends ErbDirective {
237
class ErbExecutionDirective extends ErbDirective {
238
private Erb::Directive g;
239
240
- ErbExecutionDirective() {
241
- this = TDirective(g)
242
- }
+ ErbExecutionDirective() { this = TDirective(g) }
243
244
final override string toString() { result = "<%" + this.getToken().toString() + "%>" }
245
0 commit comments