Double semicolons cleanup

This commit is contained in:
Denis Fokin
2017-02-22 12:45:41 +03:00
parent 1eba13d315
commit b9755cc7d1
13 changed files with 24 additions and 24 deletions
@@ -3,6 +3,6 @@ class Test {
{
((Runnable) () -> {
}).getClass();;
}).getClass();
}
}
@@ -6,6 +6,6 @@ class Test {
public void run() {
}
}.getClass();;
}.getClass();
}
}