SQL code style per dialect: UI

GitOrigin-RevId: 9b1b3e745d4c8acef5a4a1018714e004e5423519
This commit is contained in:
Leonid Bushuev
2019-05-03 01:37:38 +03:00
committed by intellij-monorepo-bot
parent d712ac9901
commit dc1a52762e
277 changed files with 3484 additions and 2811 deletions
@@ -31,15 +31,4 @@ public class Main {
}
}
class X implements Map<String, String> {
class Y {
void test() {
for (Entry<String, String> entry : X.this.entrySet()) {
String k = entry.getKey();
String v = entry.getValue();
System.out.println(k + "-" + v);
}
}
}
}
}