Add space to error message
authorAndrey Goder <agoder@fb.com>
Wed, 29 Jul 2015 15:24:28 +0000 (08:24 -0700)
committerfacebook-github-bot-4 <folly-bot@fb.com>
Wed, 29 Jul 2015 16:22:09 +0000 (09:22 -0700)
commitb4ff87eeb136c642a80bc5ae83b989c97c7c29f4
tree9157f500ea71b9dbf4876aa0315c6ac120e373bc
parentfecf4b7c6343bbae7339ab5d6f9486a29efc5ff9
Add space to error message

Summary: Before this change you would get an error like:
"Expected to get greater than or equal to1 for value 0"

Now it add in the space correctly:
"Expected to get greater than or equal to 1 for value 0"

Reviewed By: @snarkmaster

Differential Revision: D2288454
folly/experimental/JSONSchema.cpp