mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
set SPACE_BEFORE_COLON_IN_FOREACH true by default, fix tests
This commit is contained in:
+1
-1
@@ -5,7 +5,7 @@ class Main2 {
|
||||
public static void main(String[] args) {
|
||||
List<Process> processList = null;
|
||||
if (processList != null) {
|
||||
for (Process process: processList) {
|
||||
for (Process process : processList) {
|
||||
System.out.println("process = " + process);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user