Skip to content

Commit

Permalink
Spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
TelepathicGrunt committed Jul 26, 2024
1 parent b25d6d4 commit 4645c32
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions loader/src/main/java/net/neoforged/fml/ModList.java
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,7 @@ private String fileToLine(IModFile mf, boolean reducedInfo) {
mainMod.getDisplayName(),
mainMod.getModId(),
mainMod.getVersion());
}
else {
} else {
return String.format(Locale.ENGLISH, "%-50.50s|%-30.30s|%-30.30s|%-20.20s|Manifest: %s", mf.getFileName(),
mainMod.getDisplayName(),
mainMod.getModId(),
Expand Down

0 comments on commit 4645c32

Please sign in to comment.