Skip to content

Commit eb8566f

Browse files
committed
Run cargo fmt
rustfmt removes trailing comma from a function call. This could be a bug.
1 parent 923a7bc commit eb8566f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -660,7 +660,7 @@ impl Rewrite for ast::Ty {
660660
mut_str,
661661
mt.ty.rewrite(
662662
context,
663-
Shape::legacy(budget, shape.indent + 1 + mut_len),
663+
Shape::legacy(budget, shape.indent + 1 + mut_len)
664664
)?
665665
)
666666
}

0 commit comments

Comments
 (0)