Skip to content

Commit aec8ca8

Browse files
committed
test/pybind: Clean whitespace.
Signed-off-by: Paulo E. Castro <[email protected]>
1 parent 7e6c5b8 commit aec8ca8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/test/pybind/test_ceph_argparse.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -416,10 +416,10 @@ def test_incompat_rm_incompat(self):
416416

417417

418418
class TestFS(TestArgparse):
419-
419+
420420
def test_dump(self):
421421
self.check_0_or_1_natural_arg('fs', 'dump')
422-
422+
423423
def test_fs_new(self):
424424
self._assert_valid_command(['fs', 'new', 'default', 'metadata', 'data'])
425425

@@ -912,7 +912,7 @@ def test_blocklist(self):
912912
'1.2.3.4/567', '600.40'])
913913
self._assert_valid_command(['osd', 'blocklist', action,
914914
'1.2.3.4', '600.40'])
915-
915+
916916
self._assert_valid_command(['osd', 'blocklist', action,
917917
'v1:1.2.3.4', '600.40'])
918918
self._assert_valid_command(['osd', 'blocklist', action,
@@ -925,7 +925,7 @@ def test_blocklist(self):
925925
'v2:[2607:f298:4:2243::5522]:0/0', '600.40'])
926926
self._assert_valid_command(['osd', 'blocklist', action,
927927
'[2001:0db8::85a3:0000:8a2e:0370:7334]:0/0', '600.40'])
928-
928+
929929
self.assertEqual({}, validate_command(sigdict, ['osd', 'blocklist',
930930
action,
931931
'invalid',

0 commit comments

Comments
 (0)