mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-08 23:39:39 +07:00
fix tests for foreach formatting
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
class Foo {
|
||||
{
|
||||
List list;
|
||||
for (String s : list) {
|
||||
for (String s: list) {
|
||||
<caret>
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user