aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/ApiKey.java
diff options
context:
space:
mode:
authorCraftyOldMiner <85420839+CraftyOldMiner@users.noreply.github.com>2022-03-13 08:15:37 -0500
committerGitHub <noreply@github.com>2022-03-13 14:15:37 +0100
commit0ef9d7e01ec6696444af53176ab955e0cb0701b0 (patch)
tree07a1bcbbb3ab626d3d60c7b17bdf0341b61c08de /src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/ApiKey.java
parent73fad7064fb47d9d79ccdb3bab5988df1b9eea6f (diff)
downloadnotenoughupdates-0ef9d7e01ec6696444af53176ab955e0cb0701b0.tar.gz
notenoughupdates-0ef9d7e01ec6696444af53176ab955e0cb0701b0.tar.bz2
notenoughupdates-0ef9d7e01ec6696444af53176ab955e0cb0701b0.zip
Add .gitattributes, normalize exiting line endings (#91)
Diffstat (limited to 'src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/ApiKey.java')
-rw-r--r--src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/ApiKey.java30
1 files changed, 15 insertions, 15 deletions
diff --git a/src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/ApiKey.java b/src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/ApiKey.java
index 0c5e4d2d..5567365c 100644
--- a/src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/ApiKey.java
+++ b/src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/ApiKey.java
@@ -1,15 +1,15 @@
-package io.github.moulberry.notenoughupdates.options.seperateSections;
-
-import com.google.gson.annotations.Expose;
-import io.github.moulberry.notenoughupdates.core.config.annotations.ConfigEditorText;
-import io.github.moulberry.notenoughupdates.core.config.annotations.ConfigOption;
-
-public class ApiKey {
- @Expose
- @ConfigOption(
- name = "Api Key",
- desc = "Hypixel api key"
- )
- @ConfigEditorText
- public String apiKey = "";
-}
+package io.github.moulberry.notenoughupdates.options.seperateSections;
+
+import com.google.gson.annotations.Expose;
+import io.github.moulberry.notenoughupdates.core.config.annotations.ConfigEditorText;
+import io.github.moulberry.notenoughupdates.core.config.annotations.ConfigOption;
+
+public class ApiKey {
+ @Expose
+ @ConfigOption(
+ name = "Api Key",
+ desc = "Hypixel api key"
+ )
+ @ConfigEditorText
+ public String apiKey = "";
+}