Skip to content

Commit

Permalink
Remove redundant version
Browse files Browse the repository at this point in the history
  • Loading branch information
TelepathicGrunt committed Jul 26, 2024
1 parent 0e388e4 commit e442cfa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ private String logReport(Collection<List<ModFile>> modFiles) {
private String fileToLine(IModFile mf) {
var mainMod = mf.getModInfos().getFirst();

return String.format(Locale.ENGLISH, "%s (%s) version %s",
return String.format(Locale.ENGLISH, "%s (%s) %s",
mainMod.getDisplayName(),
mainMod.getModId(),
mainMod.getVersion());
Expand Down

0 comments on commit e442cfa

Please sign in to comment.