mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-13 21:55:01 +07:00
Cleanup (formatting)
This commit is contained in:
+4
-5
@@ -3,10 +3,9 @@ import java.io.*;
|
||||
|
||||
class a {
|
||||
int k;
|
||||
|
||||
private int run() {
|
||||
/*ddddd*/ Object oo = (Object) new Integer(0);
|
||||
|
||||
return 0;
|
||||
/*ddddd*/ Object oo = (Object) new Integer(0);
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user