Skip to content

Commit

Permalink
style: Add whitespace between static final and static variables
Browse files Browse the repository at this point in the history
  • Loading branch information
Steveplays28 committed Oct 8, 2023
1 parent dcd19d3 commit 3bdb5ef
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ public class RealisticSleep implements ModInitializer {
public static final String MOD_ID = "realisticsleep";
public static final String MOD_NAME = "Realistic Sleep";
public static final Logger LOGGER = LoggerFactory.getLogger(MOD_ID);

public static RealisticSleepConfig config;

@Override
Expand Down

0 comments on commit 3bdb5ef

Please sign in to comment.