We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2cfc17 commit e8acfecCopy full SHA for e8acfec
java/ql/src/utils/GenerateFlowTestCase.qll
@@ -183,7 +183,7 @@ class RowTestSnippet extends TRowTestSnippet {
183
baseInput != SummaryComponentStack::argument(-1)
184
then
185
// In this case `out` is the instance.
186
- result = getShortNameIfPossible(callable.getDeclaringType()) + " instance = null;\n"
+ result = getShortNameIfPossible(callable.getDeclaringType()) + " instance = null;\n\t\t\t"
187
else result = ""
188
}
189
0 commit comments