aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-12-08 18:18:33 +0100
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-12-08 18:18:33 +0100
commit92d99b9afa5dfcc0267b6bb097f2699e37c0a063 (patch)
tree3a0275f1b703e722441fba0f7d74d598b9b8331f /src/main/java/at/hannibal2
parent75144d4b354cf0978173093ab12d691b572b12fb (diff)
downloadskyhanni-92d99b9afa5dfcc0267b6bb097f2699e37c0a063.tar.gz
skyhanni-92d99b9afa5dfcc0267b6bb097f2699e37c0a063.tar.bz2
skyhanni-92d99b9afa5dfcc0267b6bb097f2699e37c0a063.zip
formatting
Diffstat (limited to 'src/main/java/at/hannibal2')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/features/garden/pests/PestFinderConfig.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/garden/pests/PestFinderConfig.java b/src/main/java/at/hannibal2/skyhanni/config/features/garden/pests/PestFinderConfig.java
index e06b69963..cff428910 100644
--- a/src/main/java/at/hannibal2/skyhanni/config/features/garden/pests/PestFinderConfig.java
+++ b/src/main/java/at/hannibal2/skyhanni/config/features/garden/pests/PestFinderConfig.java
@@ -40,7 +40,8 @@ public class PestFinderConfig {
@Expose
@ConfigOption(
name = "Show For Seconds",
- desc = "Show plots border for a given amount of seconds after holding a vacuum.\n§e0 = Always show when holding vacuum"
+ desc = "Show plots border for a given amount of seconds after holding a vacuum.\n" +
+ "§e0 = Always show when holding vacuum"
)
@ConfigEditorSlider(minStep = 1, minValue = 0, maxValue = 10)
public int showBorderForSeconds = 1;