Skip to content

Commit 5b10dcc

Browse files
committed
Fix checkstyle errors
1 parent 6c45199 commit 5b10dcc

File tree

1 file changed

+1
-0
lines changed
  • src/main/java/org/spongepowered/api/item/recipe/smithing

1 file changed

+1
-0
lines changed

src/main/java/org/spongepowered/api/item/recipe/smithing/ArmorTrim.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ static ArmorTrim of(TrimMaterial material, TrimPattern pattern) {
3737
static ArmorTrim of(Supplier<? extends TrimMaterial> material, Supplier<? extends TrimPattern> pattern) {
3838
return Sponge.game().factoryProvider().provide(Factory.class).create(material, pattern);
3939
}
40+
4041
static ArmorTrim of(TrimMaterial material, Supplier<? extends TrimPattern> pattern) {
4142
return Sponge.game().factoryProvider().provide(Factory.class).create(material, pattern);
4243
}

0 commit comments

Comments
 (0)