mirror of
https://github.com/nlohmann/json.git
synced 2025-11-24 11:54:34 +08:00
Fix extra ";" clang warnings
This commit is contained in:
@@ -94,7 +94,7 @@ struct external_constructor<value_t::binary>
|
||||
{
|
||||
j.m_value.destroy(j.m_type);
|
||||
j.m_type = value_t::binary;
|
||||
j.m_value = typename BasicJsonType::binary_t(std::move(b));;
|
||||
j.m_value = typename BasicJsonType::binary_t(std::move(b));
|
||||
j.assert_invariant();
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user