diff options
Diffstat (limited to 'subcmds/info.py')
-rw-r--r-- | subcmds/info.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/subcmds/info.py b/subcmds/info.py index c24682c7..f637600e 100644 --- a/subcmds/info.py +++ b/subcmds/info.py | |||
@@ -248,7 +248,7 @@ class Info(PagedCommand): | |||
248 | 248 | ||
249 | for commit in commits: | 249 | for commit in commits: |
250 | split = commit.split() | 250 | split = commit.split() |
251 | self.text("{0:38}{1} ".format("", "-")) | 251 | self.text(f"{'':38}{'-'} ") |
252 | self.sha(split[0] + " ") | 252 | self.sha(split[0] + " ") |
253 | self.text(" ".join(split[1:])) | 253 | self.text(" ".join(split[1:])) |
254 | self.out.nl() | 254 | self.out.nl() |