From 7b5af468c34a716db52105a5bdd32a0e7d64a6b2 Mon Sep 17 00:00:00 2001 From: Daniel Sipka Date: Fri, 24 Apr 2015 16:22:07 +0200 Subject: [PATCH] shorter liness --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 84bbd30..e42de61 100644 --- a/README.md +++ b/README.md @@ -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: