summaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/config
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-11-05 12:43:02 +0100
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-11-05 12:43:02 +0100
commit31c2e93d5cfd21c8a2a6ce68ea13c7d9256c5af6 (patch)
tree35e98543c2e9f44a891065aacafabe4868d6ce0d /src/main/java/at/hannibal2/skyhanni/config
parent7721be72deb7acb5e3f133482a51e1286f875c47 (diff)
downloadskyhanni-31c2e93d5cfd21c8a2a6ce68ea13c7d9256c5af6.tar.gz
skyhanni-31c2e93d5cfd21c8a2a6ce68ea13c7d9256c5af6.tar.bz2
skyhanni-31c2e93d5cfd21c8a2a6ce68ea13c7d9256c5af6.zip
code cleanup
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/Features.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/Features.java b/src/main/java/at/hannibal2/skyhanni/config/Features.java
index ce6e0f1b2..9ae08f094 100644
--- a/src/main/java/at/hannibal2/skyhanni/config/Features.java
+++ b/src/main/java/at/hannibal2/skyhanni/config/Features.java
@@ -44,8 +44,8 @@ public class Features extends Config {
@Override
public List<Social> getSocials() {
return Arrays.asList(
- Social.forLink("Join our Discord", DISCORD, "https://discord.com/invite/skyhanni-997079228510117908"),
- Social.forLink("Look at the code", GITHUB, "https://github.com/hannibal002/SkyHanni")
+ Social.forLink("Join our Discord", DISCORD, "https://discord.com/invite/skyhanni-997079228510117908"),
+ Social.forLink("Look at the code", GITHUB, "https://github.com/hannibal002/SkyHanni")
);
}