From 4bc7c79a6f8608b0b29a7efd26bc886e64ad7a0d Mon Sep 17 00:00:00 2001 From: GeChallengeM Date: Wed, 10 Jul 2019 02:06:25 +0200 Subject: [PATCH] Indent fix v2 Hope I fixed all indents now, oops! --- .../plugins/npcstatus/NpcStatusConfig.java | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/runelite-client/src/main/java/net/runelite/client/plugins/npcstatus/NpcStatusConfig.java b/runelite-client/src/main/java/net/runelite/client/plugins/npcstatus/NpcStatusConfig.java index cedfcb9446..b1c8d45a35 100644 --- a/runelite-client/src/main/java/net/runelite/client/plugins/npcstatus/NpcStatusConfig.java +++ b/runelite-client/src/main/java/net/runelite/client/plugins/npcstatus/NpcStatusConfig.java @@ -47,10 +47,10 @@ public interface NpcStatusConfig extends Config } @ConfigItem( - keyName = "CustomAttSpeedEnabled", - name = "Custom attack speed", - description = "Use this if the timer is wrong.", - position = 2 + keyName = "CustomAttSpeedEnabled", + name = "Custom attack speed", + description = "Use this if the timer is wrong.", + position = 2 ) default boolean isCustomAttSpeed() { @@ -58,15 +58,15 @@ public interface NpcStatusConfig extends Config } @Range( - min = 1 + min = 1 ) @ConfigItem( - keyName = "CustomAttSpeed", - name = "Custom NPC att speed", - description = "The attack speed of the NPC (amount of ticks between their attacks).", - position = 3, - hidden = true, - unhide = "CustomAttSpeedEnabled" + keyName = "CustomAttSpeed", + name = "Custom NPC att speed", + description = "The attack speed of the NPC (amount of ticks between their attacks).", + position = 3, + hidden = true, + unhide = "CustomAttSpeedEnabled" ) default int getCustomAttSpeed() {