mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-26 07:50:07 +07:00
convert switch -> if: ignore whitespaces (IDEA-165260)
This commit is contained in:
-1
@@ -9,7 +9,6 @@ class X {
|
||||
//comment7
|
||||
//comment8
|
||||
if ("case1".equals(value)) {//comment2
|
||||
|
||||
} else if ("case2".equals(value)) {
|
||||
} else {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user