Skip to content

Commit

Permalink
Spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
IntegerLimit committed Dec 28, 2024
1 parent 505f259 commit f9407b9
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@
import java.util.Comparator;
import java.util.function.Function;

import com.projecturanus.betterp2p.client.gui.InfoWrapper;
import org.apache.commons.lang3.StringUtils;

import com.projecturanus.betterp2p.client.gui.InfoWrapper;

public enum SortModes {

DEFAULT(SortModes::compDefault);
Expand Down

0 comments on commit f9407b9

Please sign in to comment.