mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
set SPACE_BEFORE_COLON_IN_FOREACH true by default, fix tests
This commit is contained in:
@@ -5,7 +5,7 @@ class BarGoo {}
|
||||
class Foo {
|
||||
{
|
||||
List<BarGoo> goos;
|
||||
for (BarGoo goo: goos) {
|
||||
for (BarGoo goo : goos) {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user