Skip to content

Commit

Permalink
Run cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron1011 committed Mar 9, 2020
1 parent 1d5231e commit 8998a80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pin-project-internal/src/project.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ fn replace_stmt(stmt: &mut Stmt, mutability: Mutability) -> Result<()> {
if let Some((_, ref mut expr)) = expr_if.else_branch {
if let Expr::If(new_expr_if) = &mut **expr {
expr_if = new_expr_if;
continue
continue;
}
}
break;
Expand Down

0 comments on commit 8998a80

Please sign in to comment.