1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-07 03:54:40 +00:00

Fix styleguide

This commit is contained in:
elsid 2021-06-27 15:23:15 +02:00
parent 1f658209f8
commit 3e98db8d60
No known key found for this signature in database
GPG Key ID: B845CB9FEE18AB40

View File

@ -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;