diff options
Diffstat (limited to 'test/ThriftTest.thrift')
-rw-r--r-- | test/ThriftTest.thrift | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ThriftTest.thrift b/test/ThriftTest.thrift index bff4e5221..3499ab5f8 100644 --- a/test/ThriftTest.thrift +++ b/test/ThriftTest.thrift @@ -196,7 +196,7 @@ service ThriftTest * @return binary - returns the binary 'thing' */ binary testBinary(1: binary thing), - + /** * Prints 'testStruct("{%s}")' where thing has been formatted into a string of comma separated values * @param Xtruct thing - the Xtruct to print |