diff hgext/git/gitlog.py @ 45954:66f6ca2b7aee

cleanup: fix a few recent black formatting violations Differential Revision: https://phab.mercurial-scm.org/D9427
author Matt Harbison <matt_harbison@yahoo.com>
date Fri, 27 Nov 2020 17:00:25 -0500
parents 6aacc39501f7
children 59fa3890d40a
line wrap: on
line diff
--- a/hgext/git/gitlog.py	Wed Nov 25 12:33:37 2020 +0100
+++ b/hgext/git/gitlog.py	Fri Nov 27 17:00:25 2020 -0500
@@ -150,9 +150,7 @@
 
     def tiprev(self):
         t = self._db.execute(
-            'SELECT rev FROM changelog '
-            'ORDER BY REV DESC '
-            'LIMIT 1'
+            'SELECT rev FROM changelog ' 'ORDER BY REV DESC ' 'LIMIT 1'
         )
         return next(t)