mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-26 19:06:24 +07:00
set SPACE_BEFORE_COLON_IN_FOREACH true by default, fix tests
This commit is contained in:
@@ -6,7 +6,7 @@ public class C {
|
||||
}
|
||||
|
||||
void foo(List<Inner> inners) {
|
||||
for (Inner inner: inners) {
|
||||
for (Inner inner : inners) {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user