summaryrefslogtreecommitdiffstats
path: root/src/tools/cephfs/top
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/cephfs/top')
-rwxr-xr-xsrc/tools/cephfs/top/cephfs-top2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/cephfs/top/cephfs-top b/src/tools/cephfs/top/cephfs-top
index 9ecc47fc2d5..45900f9a025 100755
--- a/src/tools/cephfs/top/cephfs-top
+++ b/src/tools/cephfs/top/cephfs-top
@@ -148,7 +148,7 @@ def wrap(s, sl):
"""return a '+' suffixed wrapped string"""
if len(s) < sl:
return s
- return f'{s[0:sl-1]}+'
+ return f'{s[0:sl - 1]}+'
class FSTopBase(object):