mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-06 05:10:22 +07:00
afterCommentInBlock: space restored (IDEA-CR-34134)
This commit is contained in:
@@ -6,7 +6,7 @@ import java.util.Arrays;
|
||||
class X {
|
||||
|
||||
void x(File[] files) {
|
||||
for (File s: files) {
|
||||
for (File s : files) {
|
||||
File dest = new File(s.getAbsolutePath());
|
||||
System.out.println("unable to rename " + s + " to " + dest); //comment
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user