You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by jo...@apache.org on 2014/03/23 03:07:04 UTC

svn commit: r1580422 - /thrift/cms-site/trunk/content/tutorial/hs.md

Author: joes
Date: Sun Mar 23 02:07:04 2014
New Revision: 1580422

URL: http://svn.apache.org/r1580422
Log:
indent

Modified:
    thrift/cms-site/trunk/content/tutorial/hs.md

Modified: thrift/cms-site/trunk/content/tutorial/hs.md
URL: http://svn.apache.org/viewvc/thrift/cms-site/trunk/content/tutorial/hs.md?rev=1580422&r1=1580421&r2=1580422&view=diff
==============================================================================
--- thrift/cms-site/trunk/content/tutorial/hs.md (original)
+++ thrift/cms-site/trunk/content/tutorial/hs.md Sun Mar 23 02:07:04 2014
@@ -9,10 +9,10 @@ library_lang: "hs"
 
 ### Client
 
-  [snippet:path=tutorial/hs/HaskellClient.hs:lang=cpp:lines=20,73]
+[snippet:path=tutorial/hs/HaskellClient.hs:lang=cpp:lines=20,73]
 
 ### Server
 
-  [snippet:path=tutorial/hs/HaskellServer.hs:lang=cpp:lines=20,102]
+[snippet:path=tutorial/hs/HaskellServer.hs:lang=cpp:lines=20,102]
 
 ## Additional Information