support/testing/tests/fs/test_f2fs: fix flake8 warning
authorThomas Petazzoni <thomas.petazzoni@bootlin.com>
Thu, 8 Nov 2018 21:41:05 +0000 (22:41 +0100)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Thu, 8 Nov 2018 21:41:53 +0000 (22:41 +0100)
commitbff6b61adf36e7b96f0d775f94d963789f57c3a6
tree77cf9c9cef51f13dfb4375bcdd3d3a48fce4334c
parent6e5a204dd8414673def51f3cf1f772357c9539b0
support/testing/tests/fs/test_f2fs: fix flake8 warning

This commit fixes the following flake8 warnings:

support/testing/tests/fs/test_f2fs.py:6:1: E302 expected 2 blank lines, found 1
support/testing/tests/fs/test_f2fs.py:12:1: E302 expected 2 blank lines, found 1
support/testing/tests/fs/test_f2fs.py:38:23: E225 missing whitespace around operator

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
support/testing/tests/fs/test_f2fs.py