Skip to content
Snippets Groups Projects
Commit a614f26d4897 authored by Augie Fackler's avatar Augie Fackler
Browse files

transaction: re-wrap line to avoid a black bug

Differential Revision: https://phab.mercurial-scm.org/D6970
parent 6e8582ccf76d
No related merge requests found
......@@ -333,8 +333,10 @@
# for generation at closing, check if it's before or after finalize
postfinalize = group == gengrouppostfinalize
if (group != gengroupall and
(id in postfinalizegenerators) != (postfinalize)):
if (
group != gengroupall
and (id in postfinalizegenerators) != postfinalize
):
continue
vfs = self._vfsmap[location]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment