Mercurial > hg
changeset 44917:bad37041fc1e stable
tests: fix indentation
author | Manuel Jacob <me@manueljacob.de> |
---|---|
date | Fri, 05 Jun 2020 04:10:37 +0200 |
parents | 2dc5ae953c4a |
children | 7be784f301fa |
files | tests/test-bundle2-format.t |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/tests/test-bundle2-format.t Tue Jun 02 20:40:06 2020 +0900 +++ b/tests/test-bundle2-format.t Fri Jun 05 04:10:37 2020 +0200 @@ -148,7 +148,7 @@ > bundler.newpart(b'output', data=genraise(), mandatory=False) > > if path is None: - > file = pycompat.stdout + > file = pycompat.stdout > else: > file = open(path, 'wb') >