diff options
author | Thomas Kriechbaumer <thomas@kriechbaumer.name> | 2016-01-27 10:12:18 +0100 |
---|---|---|
committer | Thomas Kriechbaumer <thomas@kriechbaumer.name> | 2016-01-27 10:36:28 +0100 |
commit | 8c375383148f100f03aed52827ac513f145078c2 (patch) | |
tree | dbae3b5d4d603e5e226477f1938119e2acfcfc1f /test/test_flow_format_compat.py | |
parent | c2bb29f669cd80509f4efe205551a9cf5fc29770 (diff) | |
download | mitmproxy-8c375383148f100f03aed52827ac513f145078c2.tar.gz mitmproxy-8c375383148f100f03aed52827ac513f145078c2.tar.bz2 mitmproxy-8c375383148f100f03aed52827ac513f145078c2.zip |
code formatting: fix whitespace issues
Diffstat (limited to 'test/test_flow_format_compat.py')
-rw-r--r-- | test/test_flow_format_compat.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_flow_format_compat.py b/test/test_flow_format_compat.py index 1073e298..d64b75e7 100644 --- a/test/test_flow_format_compat.py +++ b/test/test_flow_format_compat.py @@ -14,4 +14,4 @@ def test_cannot_convert(): with open(tutils.test_data.path("data/dumpfile-012"), "rb") as f: flow_reader = FlowReader(f) with tutils.raises(FlowReadError): - list(flow_reader.stream())
\ No newline at end of file + list(flow_reader.stream()) |