Skip to content

Commit 7d16013

Browse files
committed
style: fmt
1 parent 3991da9 commit 7d16013

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/java-tile-entity.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1369,7 +1369,7 @@ class TileEntity::Impl {
13691369
}
13701370
}
13711371
bool empty = true;
1372-
for (auto const& it : itemsB) {
1372+
for (auto const &it : itemsB) {
13731373
if (auto count = Item::Count(*it); count && *count > 0) {
13741374
empty = false;
13751375
break;

0 commit comments

Comments
 (0)