mirror of
https://github.com/nlohmann/json.git
synced 2026-03-26 10:52:50 +00:00
Clean-up unintended changes to whitespace
This commit is contained in:
@@ -24536,7 +24536,7 @@ template<>
|
||||
inline void swap<nlohmann::json>(nlohmann::json& j1, nlohmann::json& j2) noexcept(
|
||||
is_nothrow_move_constructible<nlohmann::json>::value and
|
||||
is_nothrow_move_assignable<nlohmann::json>::value
|
||||
)
|
||||
)
|
||||
{
|
||||
j1.swap(j2);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user