mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-07 03:54:40 +00:00
Fix styleguide
This commit is contained in:
parent
1f658209f8
commit
3e98db8d60
@ -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…
Reference in New Issue
Block a user