mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
remove superficial line breaks from test method templates (IDEA-162465)
This commit is contained in:
@@ -251,7 +251,7 @@ public class TestIntegrationUtils {
|
||||
}
|
||||
}
|
||||
|
||||
templateText = StringUtil.replace(templateText, "${BODY}", "");
|
||||
templateText = StringUtil.replace(templateText, "${BODY}\n", "");
|
||||
|
||||
int from = 0;
|
||||
while (true) {
|
||||
|
||||
Reference in New Issue
Block a user