mirror of
https://github.com/nlohmann/json.git
synced 2025-08-13 14:42:28 +03:00
💄 ran clang-tidy
This commit is contained in:
@@ -80,7 +80,7 @@ struct my_allocator : std::allocator<T>
|
||||
}
|
||||
else
|
||||
{
|
||||
::new(reinterpret_cast<void*>(p)) T(std::forward<Args>(args)...);
|
||||
::new (reinterpret_cast<void*>(p)) T(std::forward<Args>(args)...);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user