]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
cephadm: remove trailing whitespace
authorJohn Mulligan <jmulligan@redhat.com>
Mon, 26 Sep 2022 19:30:47 +0000 (15:30 -0400)
committerJohn Mulligan <jmulligan@redhat.com>
Tue, 27 Sep 2022 18:42:13 +0000 (14:42 -0400)
Signed-off-by: John Mulligan <jmulligan@redhat.com>
src/cephadm/tests/fixtures.py

index f6b1b12321f28ff07ad70ad7093f036e61e7154f..c65e0a883dffb5f5ce6a1e21ac9fb54e8b6219a5 100644 (file)
@@ -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")