Skip to content

Commit

Permalink
leaf formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jpenilla committed Jan 18, 2025
1 parent b5684ea commit 68c3c6f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

public abstract class BaseChunkSystemHooks implements ChunkSystemHooks {

private final boolean hasLithium = ((PlatformHooks) this).isModLoaded("lithium");
private final boolean hasLithium = ((PlatformHooks)this).isModLoaded("lithium");

@Override
public void scheduleChunkTask(final ServerLevel level, final int chunkX, final int chunkZ, final Runnable run) {
Expand Down

0 comments on commit 68c3c6f

Please sign in to comment.