Checkstyle fix

This commit is contained in:
MackBryan
2018-09-04 19:03:56 -07:00
parent 41d1ee7c51
commit eccab3b535

View File

@@ -87,16 +87,15 @@ public interface RaidsConfig extends Config
return false; return false;
} }
@ConfigItem( @ConfigItem(
keyName = "hotkey", keyName = "hotkey", name = "Toggle scout overlay",
name = "Toggle scout overlay", description = "When pressed the scout overlay will be toggled. Must enable show scout overlay in raid",
description = "When pressed the scout overlay will be toggled. Must enable show scout overlay in raid", position = 5
position = 5 )
) default Keybind hotkey()
default Keybind hotkey() {
{ return Keybind.NOT_SET;
return Keybind.NOT_SET; }
}
@ConfigItem( @ConfigItem(
position = 6, position = 6,