Run cargo fmt
rustfmt removes trailing comma from a function call. This could be a bug.
This commit is contained in:
parent
923a7bc1d9
commit
eb8566f3ee
1 changed files with 1 additions and 1 deletions
|
|
@ -660,7 +660,7 @@ impl Rewrite for ast::Ty {
|
|||
mut_str,
|
||||
mt.ty.rewrite(
|
||||
context,
|
||||
Shape::legacy(budget, shape.indent + 1 + mut_len),
|
||||
Shape::legacy(budget, shape.indent + 1 + mut_len)
|
||||
)?
|
||||
)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue