From 28000fdf0c35f0cc274f674de297e39e240cb0ff Mon Sep 17 00:00:00 2001 From: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Date: Sun, 19 Nov 2023 17:19:41 +0100 Subject: code cleanup --- src/main/java/at/hannibal2/skyhanni/data/GardenCropMilestonesFix.kt | 1 - 1 file changed, 1 deletion(-) (limited to 'src/main/java/at') diff --git a/src/main/java/at/hannibal2/skyhanni/data/GardenCropMilestonesFix.kt b/src/main/java/at/hannibal2/skyhanni/data/GardenCropMilestonesFix.kt index 1e3a27ebc..0042707c6 100644 --- a/src/main/java/at/hannibal2/skyhanni/data/GardenCropMilestonesFix.kt +++ b/src/main/java/at/hannibal2/skyhanni/data/GardenCropMilestonesFix.kt @@ -97,7 +97,6 @@ object GardenCropMilestonesFix { } /** - * * This helps to fix wrong crop milestone data * This command reads the clipboard content, * in the format of users sending crop milestone step data. -- cgit