# HG changeset patch # User Boris Feld # Date 1496167197 -7200 # Node ID 7f280af7a89bf3e8429652741842569f033b6f61 # Parent f4acfbb361919e7cc34bdcfd5b9f9163b54b60a9 lint: remove double newline in test file Test file test-stablesort-criss-cross.t contained two double newline, I remove them. diff -r f4acfbb36191 -r 7f280af7a89b tests/test-stablesort-criss-cross.t --- 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