Skip to content

Commit

Permalink
Fix checkstyle errors
Browse files Browse the repository at this point in the history
  • Loading branch information
aromaa committed Nov 6, 2024
1 parent 6c45199 commit 5b10dcc
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ static ArmorTrim of(TrimMaterial material, TrimPattern pattern) {
static ArmorTrim of(Supplier<? extends TrimMaterial> material, Supplier<? extends TrimPattern> pattern) {
return Sponge.game().factoryProvider().provide(Factory.class).create(material, pattern);
}

static ArmorTrim of(TrimMaterial material, Supplier<? extends TrimPattern> pattern) {
return Sponge.game().factoryProvider().provide(Factory.class).create(material, pattern);
}
Expand Down

0 comments on commit 5b10dcc

Please sign in to comment.