Skip to content

Commit 94a6d40

Browse files
committed
Spotless
1 parent 3f6e6f6 commit 94a6d40

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/main/java/appeng/datagen/providers/models/BlockModelProvider.java

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -417,8 +417,7 @@ private void driveCell(String tier, String type, int typeOffset, int tierOffset)
417417
.face(Direction.DOWN)
418418
.uvs(6, tierOffset, 0, tierOffset + 2)
419419
.end()
420-
.faces((dir, builder) ->
421-
builder.texture("#tier").cullface(Direction.NORTH).end())
420+
.faces((dir, builder) -> builder.texture("#tier").cullface(Direction.NORTH).end())
422421
.end();
423422
}
424423

@@ -439,8 +438,7 @@ private BlockModelBuilder driveCell(String cell, int offset) {
439438
.face(Direction.DOWN)
440439
.uvs(6, offset, 0, offset + 2)
441440
.end()
442-
.faces((dir, builder) ->
443-
builder.texture("#cell").cullface(Direction.NORTH).end())
441+
.faces((dir, builder) -> builder.texture("#cell").cullface(Direction.NORTH).end())
444442
.end();
445443
}
446444

0 commit comments

Comments
 (0)