diff hggit/git2hg.py @ 1111:f1c4e2ba8ff9

cleanup: fix whitespace around operators
author Sean Farley <sean@farley.io>
date Mon, 27 Nov 2017 18:24:34 -0500
parents 2cd253b6c8ab
children 8ed6c0cae9b8
line wrap: on
line diff
--- a/hggit/git2hg.py	Mon Nov 27 18:22:34 2017 -0500
+++ b/hggit/git2hg.py	Mon Nov 27 18:24:34 2017 -0500
@@ -16,7 +16,7 @@
     # sort by commit date
     def commitdate(sha):
         obj = git_object_store[sha]
-        return obj.commit_time-obj.commit_timezone
+        return obj.commit_time - obj.commit_timezone
 
     # get a list of all the head shas
     def get_heads(refs):