forked from qt-creator/qt-creator
Squish: Remove workaround for fixed bug
Change-Id: I1d8d104b9c97c26997a7e4867a51609c84471fa8 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -51,7 +51,6 @@ def constructExpectedCode(original, codeLines, funcSuffix):
|
||||
generatedFunc += "\n %s" % line
|
||||
if withBraces:
|
||||
generatedFunc += "\n \n }"
|
||||
generatedFunc += " " # QTCREATORBUG-12118: last line has 4 additional blanks
|
||||
generatedFunc += "\n}"
|
||||
tmp.insert(insertHere + 1, generatedFunc)
|
||||
return "\n".join(tmp) + "\n"
|
||||
|
Reference in New Issue
Block a user