Skip to content

Commit 3113b27

Browse files
authored
Fix style
1 parent 363fff2 commit 3113b27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/ql/lib/semmle/code/java/Expr.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ class CompileTimeConstantExpr extends Expr {
173173
*/
174174
pragma[nomagic]
175175
string getStringifiedValue() {
176-
result = getStringValue()
176+
result = this.getStringValue()
177177
or
178178
result = this.(Literal).getValue()
179179
or

0 commit comments

Comments
 (0)