mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 07:40:42 +07:00
set SPACE_BEFORE_COLON_IN_FOREACH true by default, fix tests
This commit is contained in:
@@ -3,7 +3,7 @@ class Test {
|
||||
new Object() {
|
||||
private void InnerClass(int i, int[] j) {
|
||||
if (i == 0) {
|
||||
for (int idx: j) {
|
||||
for (int idx : j) {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user