mercurial/hgweb/webcommands.py
changeset 10394 4612cded5176
parent 10282 08a0f04b56bd
child 11332 716e176a4e01
--- 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: