Fix styleguide

dont-compose-content
elsid 4 years ago
parent 1f658209f8
commit 3e98db8d60
No known key found for this signature in database
GPG Key ID: B845CB9FEE18AB40

@ -47,9 +47,8 @@ namespace DetourNavigator
const auto byId = values->mById.equal_range(id);
if (byId.first == byId.second) {
if (byId.first == byId.second)
return {};
}
std::set<TilePosition> removed;

Loading…
Cancel
Save