Fix formatting of instance variables

This commit is contained in:
Chris Smowton
2021-06-04 15:10:43 +01:00
parent e2cfc17bfe
commit e8acfec070

View File

@@ -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 = ""
}