diff hggit/verify.py @ 1115:8ed6c0cae9b8

cleanup: add some blank lines
author Sean Farley <sean@farley.io>
date Mon, 27 Nov 2017 18:46:07 -0500
parents 54dd2b9bd68d
children bd1a01f98154
line wrap: on
line diff
--- a/hggit/verify.py	Mon Nov 27 18:34:24 2017 -0500
+++ b/hggit/verify.py	Mon Nov 27 18:46:07 2017 -0500
@@ -14,6 +14,7 @@
 from dulwich import diff_tree
 from dulwich.objects import Commit, S_IFGITLINK
 
+
 def verify(ui, repo, hgctx):
     '''verify that a Mercurial rev matches the corresponding Git rev