Mercurial > evolve
changeset 2527:7f280af7a89b
lint: remove double newline in test file
Test file test-stablesort-criss-cross.t contained two double newline, I remove
them.
author | Boris Feld <boris.feld@octobus.net> |
---|---|
date | Tue, 30 May 2017 19:59:57 +0200 |
parents | f4acfbb36191 |
children | 8ac4ceac5d96 |
files | tests/test-stablesort-criss-cross.t |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/tests/test-stablesort-criss-cross.t Tue May 30 19:43:14 2017 +0200 +++ b/tests/test-stablesort-criss-cross.t Tue May 30 19:59:57 2017 +0200 @@ -12,8 +12,6 @@ > showsort = debugstablesort --template="{node|short}\n" > EOF - - $ checktopo () { > seen='null'; > for node in `hg showsort --rev "$1"`; do