mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-02 03:07:47 +07:00
Cleanup (formatting)
This commit is contained in:
@@ -3,10 +3,9 @@ import java.io.*;
|
||||
|
||||
class a {
|
||||
int k;
|
||||
|
||||
private int run() {
|
||||
Object <caret>o1, /*ddddd*/ oo = (Object) new Integer(0);
|
||||
|
||||
return 0;
|
||||
Object <caret>o1, /*ddddd*/ oo = (Object) new Integer(0);
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user