Reformat source (#144)
This commit is contained in:
parent
4954832054
commit
40461f0f95
@ -220,7 +220,8 @@ bool RapidSerializer::serialize(const dap::any& v) {
|
||||
return serialize(v.get<dap::object>());
|
||||
} else if (v.is<dap::null>()) {
|
||||
} else {
|
||||
// reachable if array or custom serialized type is nested inside other dap::object
|
||||
// reachable if array or custom serialized type is nested inside other
|
||||
// dap::object
|
||||
auto type = get_any_type(v);
|
||||
auto value = get_any_val(v);
|
||||
if (type && value) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user