shorter liness
This commit is contained in:
parent
efa7f57851
commit
7b5af468c3
1 changed files with 2 additions and 1 deletions
|
@ -168,7 +168,8 @@ class example: public mstch::object {
|
|||
}
|
||||
|
||||
mstch::node names() {
|
||||
return mstch::array{std::string{"Chris"}, std::string{"Mark"}, std::string{"Scott"}};
|
||||
return mstch::array{
|
||||
std::string{"Chris"}, std::string{"Mark"}, std::string{"Scott"}};
|
||||
}
|
||||
|
||||
private:
|
||||
|
|
Loading…
Reference in a new issue