mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-13 09:19:13 +07:00
set SPACE_BEFORE_COLON_IN_FOREACH true by default, fix tests
This commit is contained in:
+1
-1
@@ -6,7 +6,7 @@ import java.util.stream.*;
|
||||
public class Main {
|
||||
private static void test(List<String> test) {
|
||||
StringBuilder sb = new StringBuilder();
|
||||
for (String s: test) {
|
||||
for (String s : test) {
|
||||
sb.append(s);
|
||||
}
|
||||
System.out.println("x"+ sb.toString() +"y");
|
||||
|
||||
Reference in New Issue
Block a user