mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-18 04:21:24 +07:00
set SPACE_BEFORE_COLON_IN_FOREACH true by default, fix tests
This commit is contained in:
@@ -8,7 +8,7 @@ public class Test extends ArrayList<String> {
|
||||
@Override
|
||||
public void run() {
|
||||
int sum = 0;
|
||||
for (String s: Test.this) {
|
||||
for (String s : Test.this) {
|
||||
int length = s.length();
|
||||
sum += length;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user