mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-02 03:07:47 +07:00
[java] fixes formatting around soft keywords
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
// "Replace explicit type with 'var'" "true"
|
||||
class Main {
|
||||
void m(String[] args){
|
||||
for ( var arg : args) {
|
||||
|
||||
void m(String[] args) {
|
||||
for (var arg : args) ;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user