Skip to content

Commit 8dfa2cb

Browse files
committed
rustfmt
1 parent fd34b39 commit 8dfa2cb

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

lrpar/src/lib/ctbuilder.rs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -877,11 +877,7 @@ where
877877
.iter_pidxs()
878878
.map(|pidx| {
879879
let pidx = UnsuffixedUsize(usize::from(pidx));
880-
format!(
881-
"&{prefix}wrapper_{}",
882-
quote!(#pidx),
883-
prefix = ACTION_PREFIX
884-
)
880+
format!("&{prefix}wrapper_{}", quote!(#pidx), prefix = ACTION_PREFIX)
885881
})
886882
.collect::<Vec<_>>()
887883
.join(",\n ");

0 commit comments

Comments
 (0)