mirror of
https://github.com/gitui-org/gitui
synced 2026-05-23 08:58:21 +00:00
nightly clippy fix
This commit is contained in:
parent
6b9a91f17d
commit
c03a220990
1 changed files with 1 additions and 1 deletions
|
|
@ -304,7 +304,7 @@ impl RevisionFilesComponent {
|
|||
);
|
||||
|
||||
if message.width() <= available {
|
||||
let _ = write!(title, " [{}]", message);
|
||||
let _ = write!(title, " [{message}]");
|
||||
} else if available > 1 {
|
||||
let _ = write!(
|
||||
title,
|
||||
|
|
|
|||
Loading…
Reference in a new issue