Skip to content

Commit

Permalink
oh come on wtf
Browse files Browse the repository at this point in the history
  • Loading branch information
maddie480 authored Apr 24, 2024
1 parent b7f910d commit b7c2bb8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
0.6.0package ovh.maddie480.everest.updatechecker;
package ovh.maddie480.everest.updatechecker;

import org.apache.commons.io.function.IOSupplier;
import org.slf4j.Logger;
Expand Down Expand Up @@ -96,4 +96,4 @@ public static <T> T runWithRetry(IOSupplier<T> task) throws IOException {
// 3rd try: this time, if it crashes, let it crash
return task.get();
}
}
}

0 comments on commit b7c2bb8

Please sign in to comment.