Sorted indents
authorMike Jackson <michaelj@epcc.ed.ac.uk>
Tue, 2 Apr 2013 16:42:37 +0000 (09:42 -0700)
committerW. Trevor King <wking@tremily.us>
Fri, 1 Nov 2013 04:21:38 +0000 (21:21 -0700)
testing/RealWorld.md

index 1628574fef2f7dbab43c8c94e5623593611c067a..ec0b228696a878bc192c86a8fec10f2f2cc2d65b 100755 (executable)
@@ -52,7 +52,7 @@ For example,
 
     def test_critical_correctness():
         # TODO - will complete this tomorrow!
-         pass
+        pass
 
 Yes, tests like this *do* occur on projects!