formatting
authorTony Mack <tmack@paris.CS.Princeton.EDU>
Wed, 7 Mar 2012 19:32:49 +0000 (14:32 -0500)
committerTony Mack <tmack@paris.CS.Princeton.EDU>
Wed, 7 Mar 2012 19:32:49 +0000 (14:32 -0500)
sfa/storage/record.py

index 0d03bc6..254ca3d 100644 (file)
@@ -93,7 +93,7 @@ class Record:
             elif attrib_name in ['date created', 'last updated']:
                 print "    %s: %s" % (attrib_name, self.date_repr(attrib_name))
             else:
-                print "     %s: %s" % (attrib_name, attrib)
+                print "    %s: %s" % (attrib_name, attrib)
 
     def dump_simple(self):
         return "%s"%self