From db94f3c257e8181c4044ea0e7f534b947d8743a8 Mon Sep 17 00:00:00 2001 From: Aralox Date: Fri, 23 Oct 2020 11:28:42 +1100 Subject: [PATCH] CRLF -> LF --- tests/input/unpack_empty.py | 2 +- tests/tokenized/unpack_empty.txt | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/tests/input/unpack_empty.py b/tests/input/unpack_empty.py index 0eb2f94..2be5dfa 100644 --- a/tests/input/unpack_empty.py +++ b/tests/input/unpack_empty.py @@ -2,4 +2,4 @@ y = [] for [] in x: BLOCK -[] = [] \ No newline at end of file +[] = [] diff --git a/tests/tokenized/unpack_empty.txt b/tests/tokenized/unpack_empty.txt index 5a3dcb2..861e3cb 100644 --- a/tests/tokenized/unpack_empty.txt +++ b/tests/tokenized/unpack_empty.txt @@ -1,7 +1,7 @@ -( ) = c -y = [ ] -for ( ) in x : - -BLOCK - -( ) = [ ] +( ) = c +y = [ ] +for ( ) in x : + +BLOCK + +( ) = [ ]