xo-object: cosmetic: formatting
This commit is contained in:
parent
1c4d4e6362
commit
670f5d3d91
1 changed files with 4 additions and 3 deletions
|
|
@ -177,9 +177,10 @@ namespace xo {
|
|||
return (cvt->cvt_to_object_)(mm, x_tp);
|
||||
} else {
|
||||
if (throw_flag) {
|
||||
throw std::runtime_error(tostr("no to-object-converter available for instance of type",
|
||||
xtag("id", x_tp.td()->id()),
|
||||
xtag("name", x_tp.td()->short_name())));
|
||||
throw std::runtime_error
|
||||
(tostr("no to-object-converter available for instance of type",
|
||||
xtag("id", x_tp.td()->id()),
|
||||
xtag("name", x_tp.td()->short_name())));
|
||||
}
|
||||
|
||||
return nullptr;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue