mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 06:05:01 +07:00
fix tests for foreach formatting
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