cargo fmt

This commit is contained in:
Gabriel Van Zandycke 2025-03-27 11:27:39 +01:00
parent e5dec9262a
commit 904a139f24
2 changed files with 2 additions and 6 deletions

View file

@ -47,7 +47,7 @@ pub fn write(item: &Item) -> String {
.map(|i| {
format!(
"{tags_short}{delimiter}{comment_line_i}{delimiter}{snippet_line_i}",
tags_short = style(limit_str(
tags_short = style(limit_str(
if i == 0 { &item.tags } else { "" },
tag_width_percentage
))

View file

@ -119,11 +119,7 @@ impl FinderChoice {
]);
if !opts.show_all_columns {
command.args([
"--read0",
"--print0",
"--with-nth", "1",
]);
command.args(["--read0", "--print0", "--with-nth", "1"]);
}
if !opts.prevent_select1 {