mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-13 09:19:13 +07:00
fix tests for foreach formatting
This commit is contained in:
+1
-1
@@ -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