mirror of
https://github.com/nlohmann/json.git
synced 2026-02-17 14:22:14 +00: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