remove superficial line breaks from test method templates (IDEA-162465)

This commit is contained in:
Anna.Kozlova
2016-10-18 15:14:44 +02:00
parent 9696d096c4
commit 760e496088
3 changed files with 2 additions and 3 deletions
@@ -251,7 +251,7 @@ public class TestIntegrationUtils {
}
}
templateText = StringUtil.replace(templateText, "${BODY}", "");
templateText = StringUtil.replace(templateText, "${BODY}\n", "");
int from = 0;
while (true) {