Skip to content

Commit

Permalink
spotlessApply fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Cleptomania committed Jul 3, 2023
1 parent 7829fcc commit e6d3b85
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ public class AssemblerRecipes implements Runnable {
@Override
public void run() {

// New organized methods -- Most of these still need RA2 conversions done, but at least they're in more workable chunks.
// New organized methods -- Most of these still need RA2 conversions done, but at least they're in more workable
// chunks.
if (OpenComputers.isModLoaded()) makeOpenComputersRecipes();
if (JABBA.isModLoaded()) makeJabbaRecipes();
if (ZTones.isModLoaded()) makeZTonesRecipes();
Expand Down

0 comments on commit e6d3b85

Please sign in to comment.