Run cargo fmt

rustfmt removes trailing comma from a function call. This could be a bug.
This commit is contained in:
Seiichi Uchida 2017-10-07 22:38:32 +09:00
parent 923a7bc1d9
commit eb8566f3ee

View file

@ -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)
)?
)
}