Skip to content

Commit

Permalink
oops, checkstyle.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lildirt committed Jul 14, 2024
1 parent edfd768 commit 19cc598
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public MCItemStack getInputTemplate() {

@Override
public MCRecipe getRecipe() {
if (si.getRecipe() == null) {
if(si.getRecipe() == null) {
return null;
} else {
return new BukkitMCSmithingRecipe((SmithingRecipe) si.getRecipe());
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
import com.laytonsmith.core.constructs.CArray;
import com.laytonsmith.core.constructs.CBoolean;
import com.laytonsmith.core.constructs.CInt;
import com.laytonsmith.core.constructs.CNull;
import com.laytonsmith.core.constructs.CString;
import com.laytonsmith.core.constructs.Target;
import com.laytonsmith.core.events.AbstractEvent;
Expand Down

0 comments on commit 19cc598

Please sign in to comment.