From: John Mulligan Date: Mon, 26 Sep 2022 19:30:47 +0000 (-0400) Subject: cephadm: remove trailing whitespace X-Git-Tag: v18.1.0~1104^2~5 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=695a46e1d1009d0456a22b5acc715d87334bf1e8;p=ceph.git cephadm: remove trailing whitespace Signed-off-by: John Mulligan --- diff --git a/src/cephadm/tests/fixtures.py b/src/cephadm/tests/fixtures.py index f6b1b12321f2..c65e0a883dff 100644 --- a/src/cephadm/tests/fixtures.py +++ b/src/cephadm/tests/fixtures.py @@ -90,7 +90,7 @@ def host_sysfs(fs: fake_filesystem.FakeFilesystem): """Create a fake filesystem to represent sysfs""" enc_path = '/sys/class/scsi_generic/sg2/device/enclosure/0:0:1:0' dev_path = '/sys/class/scsi_generic/sg2/device' - slot_count = 12 + slot_count = 12 fs.create_dir(dev_path) fs.create_file(os.path.join(dev_path, 'vendor'), contents="EnclosuresInc") fs.create_file(os.path.join(dev_path, 'model'), contents="D12")