mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-13 21:55:01 +07:00
set SPACE_BEFORE_COLON_IN_FOREACH true by default, fix tests
This commit is contained in:
+1
-1
@@ -7,7 +7,7 @@ public class Main {
|
||||
private static void test(List<String> list) {
|
||||
// and filter!
|
||||
long count1 = 0L;
|
||||
for (String s: list) {
|
||||
for (String s : list) {
|
||||
if (!s/* comment */.isEmpty()) {
|
||||
count1++;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user