Skip to content

Commit e8acfec

Browse files
committed
Fix formatting of instance variables
1 parent e2cfc17 commit e8acfec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/ql/src/utils/GenerateFlowTestCase.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ class RowTestSnippet extends TRowTestSnippet {
183183
baseInput != SummaryComponentStack::argument(-1)
184184
then
185185
// In this case `out` is the instance.
186-
result = getShortNameIfPossible(callable.getDeclaringType()) + " instance = null;\n"
186+
result = getShortNameIfPossible(callable.getDeclaringType()) + " instance = null;\n\t\t\t"
187187
else result = ""
188188
}
189189

0 commit comments

Comments
 (0)