Skip to content

Commit a890e29

Browse files
committed
Fixed checkstyle
1 parent eb3d835 commit a890e29

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/main/java/motherlode/base/api/varianttypes/ore/OreDropsExtension.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ enum Drop {
8383
MINERAL, THEMSELVES;
8484

8585
public Identifier choose(Identifier mineralId, Identifier oreId) {
86-
switch(this) {
86+
switch (this) {
8787
case MINERAL:
8888
return mineralId;
8989
case THEMSELVES:

src/main/java/motherlode/base/api/varianttypes/ore/RawOreExtension.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@ public void accept(ArtificeResourcePack.ServerResourcePackBuilder pack, Identifi
100100

101101
@Override
102102
public void registerOnClient(Identifier id) {
103-
104103
}
105104

106105
public Item getRawOreItem() {

0 commit comments

Comments
 (0)