mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-17 20:11:25 +07:00
fix tests for foreach formatting
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