mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 00:11:26 +07:00
Double semicolons cleanup
This commit is contained in:
+1
-1
@@ -3,6 +3,6 @@ class Test {
|
||||
{
|
||||
((Runnable) () -> {
|
||||
|
||||
}).getClass();;
|
||||
}).getClass();
|
||||
}
|
||||
}
|
||||
+1
-1
@@ -6,6 +6,6 @@ class Test {
|
||||
public void run() {
|
||||
|
||||
}
|
||||
}.getClass();;
|
||||
}.getClass();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user