Skip to content

Commit

Permalink
Code format - (Clang-format)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 9, 2024
1 parent 286d0b8 commit d090235
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/items/containers/container.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Container::~Container() {
}
}

for (auto& item : itemlist) {
for (auto &item : itemlist) {
if (item) {
item->setParent(parent);
}
Expand Down

0 comments on commit d090235

Please sign in to comment.