Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
xYundy committed Mar 28, 2024
1 parent f95aca3 commit cdd7362
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public class SquaredAdditions implements ModInitializer {

@Override
public void onInitialize() {
LOGGER.info("SquaredAdditions initialization started!");
LOGGER.info("SquaredAdditions initialization started!");
ModItems.registerModItems();
LOGGER.info("SquaredAdditions initialization completed!");
}
Expand Down

0 comments on commit cdd7362

Please sign in to comment.