mirror of
https://github.com/denisidoro/navi.git
synced 2026-01-23 02:14:19 +00:00
cargo fmt
This commit is contained in:
parent
e5dec9262a
commit
904a139f24
2 changed files with 2 additions and 6 deletions
|
|
@ -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
|
||||
))
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue