added semicolons for return statements
This commit is contained in:
parent
af00f3ffe6
commit
7f1fbea8e9
1 changed files with 1 additions and 1 deletions
|
@ -812,7 +812,7 @@ fn rewrite_match(context: &RewriteContext,
|
|||
fn arm_start_pos(arm: &ast::Arm) -> BytePos {
|
||||
let &ast::Arm { ref attrs, ref pats, .. } = arm;
|
||||
if !attrs.is_empty() {
|
||||
return attrs[0].span.lo
|
||||
return attrs[0].span.lo;
|
||||
}
|
||||
|
||||
pats[0].span.lo
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue