From eccab3b535263a6938c34de26682161fe53b64d3 Mon Sep 17 00:00:00 2001 From: MackBryan Date: Tue, 4 Sep 2018 19:03:56 -0700 Subject: [PATCH] Checkstyle fix --- .../client/plugins/raids/RaidsConfig.java | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/runelite-client/src/main/java/net/runelite/client/plugins/raids/RaidsConfig.java b/runelite-client/src/main/java/net/runelite/client/plugins/raids/RaidsConfig.java index 39fcc1311e..41eb01e893 100644 --- a/runelite-client/src/main/java/net/runelite/client/plugins/raids/RaidsConfig.java +++ b/runelite-client/src/main/java/net/runelite/client/plugins/raids/RaidsConfig.java @@ -87,16 +87,15 @@ public interface RaidsConfig extends Config return false; } - @ConfigItem( - keyName = "hotkey", - name = "Toggle scout overlay", - description = "When pressed the scout overlay will be toggled. Must enable show scout overlay in raid", - position = 5 - ) - default Keybind hotkey() - { - return Keybind.NOT_SET; - } + @ConfigItem( + keyName = "hotkey", name = "Toggle scout overlay", + description = "When pressed the scout overlay will be toggled. Must enable show scout overlay in raid", + position = 5 + ) + default Keybind hotkey() + { + return Keybind.NOT_SET; + } @ConfigItem( position = 6,