summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Crosley <tcrosley@domaintools.com>2017-06-07 18:39:04 -0700
committerTimothy Crosley <tcrosley@domaintools.com>2017-06-07 18:39:04 -0700
commit12880a139946e9c35f9432fcdb88f06a56f87c58 (patch)
tree96836cd1cd07fd69fd4d8905e88ebec80e8ead77
parent28dc71c97fee11e5a0490032d3a23502a6417110 (diff)
downloadisort-12880a139946e9c35f9432fcdb88f06a56f87c58.tar.gz
Add blank line
-rw-r--r--test_isort.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test_isort.py b/test_isort.py
index 4cefa8b0..16bcd5c3 100644
--- a/test_isort.py
+++ b/test_isort.py
@@ -2157,3 +2157,4 @@ def test_long_import_wrap_support_with_mode_2():
' an_even_longer_function_name_over_80_characters\n')
assert SortImports(file_contents=test_input, multi_line_output=2, line_length=80).output == test_input
+