Format MouseHighlightConfig

* Following runelite coding conventions, removed extra tabs
This commit is contained in:
Andrew Fulton
2019-02-11 17:39:06 -06:00
parent 0483d406ab
commit 3dea92c942

View File

@@ -54,10 +54,10 @@ public interface MouseHighlightConfig extends Config
} }
@ConfigItem( @ConfigItem(
position = 2, position = 2,
keyName = "rightclickoptionTooltip", keyName = "rightclickoptionTooltip",
name = "Right Click Option Tooltips", name = "Right Click Option Tooltips",
description = "Whether or not tooltips are shown for options that right-click only." description = "Whether or not tooltips are shown for options that right-click only."
) )
default boolean isRightClickTooltipEnabled() default boolean isRightClickTooltipEnabled()
{ {