From f6f7f645e40ac2dcad944f4c833a3eee0297364e Mon Sep 17 00:00:00 2001 From: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Date: Sun, 5 Nov 2023 16:22:27 +0100 Subject: code cleanup --- src/main/java/at/hannibal2/skyhanni/config/Features.java | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/main') diff --git a/src/main/java/at/hannibal2/skyhanni/config/Features.java b/src/main/java/at/hannibal2/skyhanni/config/Features.java index 7f262474f..ad7e5ab44 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/Features.java +++ b/src/main/java/at/hannibal2/skyhanni/config/Features.java @@ -60,17 +60,17 @@ public class Features extends Config { } /* - * If you are adding a new category, please insert it alphabetically - * The only exceptions to this are About and GUI, which are pinned to the top - * and Misc and Dev, which are to be at the bottom. Thanks! + * If you are adding a new category, please insert it alphabetically + * The only exceptions to this are About and GUI, which are pinned to the top + * and Misc and Dev, which are to be at the bottom. Thanks! */ @Expose - @Category(name = "About", desc = "Information about SkyHanni and updates") + @Category(name = "About", desc = "Information about SkyHanni and updates.") public About about = new About(); @Expose - @Category(name = "GUI", desc = "Change the locations of GUI elements. (§e/sh gui§7)") + @Category(name = "GUI", desc = "Change the locations of GUI elements (§e/sh gui§7).") public GUIConfig gui = new GUIConfig(); @Expose @@ -82,7 +82,7 @@ public class Features extends Config { public ChatConfig chat = new ChatConfig(); @Expose - @Category(name = "Chroma", desc = "Settings for Chroma text. (Credit to SBA)") + @Category(name = "Chroma", desc = "Settings for Chroma text (Credit to SBA).") public ChromaConfig chroma = new ChromaConfig(); @Expose -- cgit