summaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/features/nether
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal002@users.noreply.github.com>2023-07-05 17:30:23 +0200
committerGitHub <noreply@github.com>2023-07-05 17:30:23 +0200
commitd12f0d3d6935b516066bd750322b61230b194910 (patch)
tree69c26fde77d2c929611e386d09a2536549b4b732 /src/main/java/at/hannibal2/skyhanni/features/nether
parenta7e9a6c3aedaddfcdb7772d9164f9a32d5006bb7 (diff)
downloadskyhanni-d12f0d3d6935b516066bd750322b61230b194910.tar.gz
skyhanni-d12f0d3d6935b516066bd750322b61230b194910.tar.bz2
skyhanni-d12f0d3d6935b516066bd750322b61230b194910.zip
Merge pull request #267
* added random code cleanups * Merge branch 'beta' into random_code_cleanup * ...
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/features/nether')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/features/nether/reputationhelper/dailyquest/quest/Quest.kt3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/features/nether/reputationhelper/dailyquest/quest/Quest.kt b/src/main/java/at/hannibal2/skyhanni/features/nether/reputationhelper/dailyquest/quest/Quest.kt
index 230900153..e5cd68162 100644
--- a/src/main/java/at/hannibal2/skyhanni/features/nether/reputationhelper/dailyquest/quest/Quest.kt
+++ b/src/main/java/at/hannibal2/skyhanni/features/nether/reputationhelper/dailyquest/quest/Quest.kt
@@ -9,5 +9,4 @@ abstract class Quest(
val internalName: String,
var state: QuestState,
val displayName: String = internalName
-) {
-} \ No newline at end of file
+) \ No newline at end of file