Small whitespace fix

This commit is contained in:
Jeremy Rifkin 2025-02-19 21:21:21 -06:00
parent 2bb29f71bc
commit b59a08634d
No known key found for this signature in database
GPG Key ID: 19AA8270105E8EB4

View File

@ -141,7 +141,6 @@ namespace detail {
std::unique_lock<std::recursive_mutex> get_dbghelp_lock() {
return std::unique_lock<std::recursive_mutex>{dbghelp_lock};
}
}
}