mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-13 09:19:13 +07:00
convert switch -> if: ignore whitespaces (IDEA-165260)
This commit is contained in:
-1
@@ -5,7 +5,6 @@ class Precedence {
|
||||
int a = 10;
|
||||
if ((a & 1) == 0) {
|
||||
System.out.println("0");
|
||||
|
||||
} else if ((a & 1) == 1) {
|
||||
System.out.println("1");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user