Skip to content

Commit d817d58

Browse files
committed
Fixed formatting.
1 parent c623375 commit d817d58

File tree

1 file changed

+2
-2
lines changed
  • src/librustc_borrowck/borrowck/gather_loans

1 file changed

+2
-2
lines changed

src/librustc_borrowck/borrowck/gather_loans/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ impl<'a, 'tcx> GatherLoanCtxt<'a, 'tcx> {
431431
// }
432432
// }
433433
}
434-
434+
435435
pub fn mark_loan_path_as_mutated(&self, loan_path: &LoanPath) {
436436
//! For mutable loans of content whose mutability derives
437437
//! from a local variable, mark the mutability decl as necessary.
@@ -467,7 +467,7 @@ impl<'a, 'tcx> GatherLoanCtxt<'a, 'tcx> {
467467
// Nothing to do.
468468
None
469469
}
470-
}
470+
}
471471
}
472472

473473
}

0 commit comments

Comments
 (0)