Skip to content

Commit

Permalink
Cleanup inconsistent indenting
Browse files Browse the repository at this point in the history
  • Loading branch information
jmakhack committed Nov 18, 2020
1 parent f96867f commit bbfb0b3
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions src/main/java/com/hydratereminder/HydrateReminderConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ public interface HydrateReminderConfig extends Config
int INTERVAL_LIMIT_MAX = 120;

@Range(
min = INTERVAL_LIMIT_MIN,
max = INTERVAL_LIMIT_MAX
min = INTERVAL_LIMIT_MIN,
max = INTERVAL_LIMIT_MAX
)

@ConfigItem(
Expand Down Expand Up @@ -43,10 +43,10 @@ default boolean hydrateReminderGameChatMessageEnabled()
}

@ConfigItem(
keyName = "hydrateReminderChatMessageType",
name = "Chat type",
description = "Sets the type of chat message sent by hydrate reminder",
position = 4
keyName = "hydrateReminderChatMessageType",
name = "Chat type",
description = "Sets the type of chat message sent by hydrate reminder",
position = 4
)

default HydrateReminderChatMessageType hydrateReminderChatMessageType()
Expand All @@ -55,10 +55,10 @@ default HydrateReminderChatMessageType hydrateReminderChatMessageType()
}

@ConfigItem(
keyName = "hydrateReminderComputerNotificationEnabled",
name = "Computer notification",
description = "Sets the hydrate reminder to be sent as a computer notification",
position = 5
keyName = "hydrateReminderComputerNotificationEnabled",
name = "Computer notification",
description = "Sets the hydrate reminder to be sent as a computer notification",
position = 5
)

default boolean hydrateReminderComputerNotificationEnabled()
Expand Down

0 comments on commit bbfb0b3

Please sign in to comment.