diff mercurial/hgweb/webcommands.py @ 10394:4612cded5176

fix coding style (reported by pylint)
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
date Mon, 08 Feb 2010 15:36:34 +0100
parents 08a0f04b56bd
children 716e176a4e01
line wrap: on
line diff
--- a/mercurial/hgweb/webcommands.py	Mon Feb 08 15:06:26 2010 +0100
+++ b/mercurial/hgweb/webcommands.py	Mon Feb 08 15:36:34 2010 +0100
@@ -707,7 +707,7 @@
 
     dag = graphmod.revisions(web.repo, rev, downrev)
     tree = list(graphmod.colored(dag))
-    canvasheight = (len(tree) + 1) * bg_height - 27;
+    canvasheight = (len(tree) + 1) * bg_height - 27
     data = []
     for (id, type, ctx, vtx, edges) in tree:
         if type != graphmod.CHANGESET: