Skip to content

Commit

Permalink
Clang again
Browse files Browse the repository at this point in the history
  • Loading branch information
Malkierian committed Dec 18, 2024
1 parent e713983 commit 72bd95b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/resource/ResourceManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -351,9 +351,7 @@ void ResourceManager::UnloadResourcesAsync(const std::string& searchMask) {
}

void ResourceManager::UnloadResourcesAsync(const ResourceFilter& filter) {
mThreadPool->submit_task([this, filter]() -> void {
UnloadResourcesProcess(filter);
});
mThreadPool->submit_task([this, filter]() -> void { UnloadResourcesProcess(filter); });
}

void ResourceManager::UnloadResources(const std::string& searchMask) {
Expand Down

0 comments on commit 72bd95b

Please sign in to comment.