mirror of
https://github.com/github/codeql.git
synced 2025-12-20 18:56:32 +01:00
Fix formatting of instance variables
This commit is contained in:
@@ -183,7 +183,7 @@ class RowTestSnippet extends TRowTestSnippet {
|
||||
baseInput != SummaryComponentStack::argument(-1)
|
||||
then
|
||||
// In this case `out` is the instance.
|
||||
result = getShortNameIfPossible(callable.getDeclaringType()) + " instance = null;\n"
|
||||
result = getShortNameIfPossible(callable.getDeclaringType()) + " instance = null;\n\t\t\t"
|
||||
else result = ""
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user