{} where allowed

This commit is contained in:
Lucwousin
2019-11-16 04:37:03 +01:00
parent 55b0845a18
commit b7bd7c5a08
68 changed files with 72 additions and 222 deletions

View File

@@ -31,8 +31,6 @@ public class HiscorePanelTest
@Test
public void testConstructor()
{
new HiscorePanel(new HiscorePlugin()
{
});
new HiscorePanel(new HiscorePlugin() {});
}
}