mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 03:13:40 +07:00
Do not wrap first parameter in expression list
This commit is contained in:
+1
-2
@@ -1,7 +1,6 @@
|
||||
public class BrokenAlignment {
|
||||
|
||||
public BrokenAlignment(String errorMessage) {
|
||||
if (StringUtils.contains(<caret>errorMessage,
|
||||
"'UK_ACCOUNT_USERNAME'")
|
||||
if (StringUtils.contains(errorMessage, "'UK_ACCOUNT_USERNAME'")
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user