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
@@ -3,7 +3,7 @@ import java.lang.annotation.Annotation;
|
||||
// "Iterate" "true"
|
||||
class Test {
|
||||
void foo() {
|
||||
for (Annotation annotation : getClass().getAnnotations()) {
|
||||
for (Annotation annotation: getClass().getAnnotations()) {
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user