mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-30 10:20:15 +07:00
set SPACE_BEFORE_COLON_IN_FOREACH true by default, fix tests
This commit is contained in:
@@ -10,7 +10,7 @@ public class Main {
|
||||
DoubleSupplier s = () -> {
|
||||
long sum = 0;
|
||||
long count = 0;
|
||||
for (String s1: list) {
|
||||
for (String s1 : list) {
|
||||
if (s1 != null) {
|
||||
sum += s1.length();
|
||||
count++;
|
||||
|
||||
Reference in New Issue
Block a user