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:
@@ -4,7 +4,7 @@ public class LiveTemplateTest {
|
||||
|
||||
void one() {
|
||||
List<A.B<String>> list;
|
||||
for (A.B<String> stringB: list) {
|
||||
for (A.B<String> stringB : list) {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user