Skip to content

Commit c61f4a7

Browse files
committed
Fix tidy's too long lines.
1 parent 0ad1c0e commit c61f4a7

File tree

1 file changed

+10
-10
lines changed
  • src/librustc_borrowck/borrowck

1 file changed

+10
-10
lines changed

src/librustc_borrowck/borrowck/mod.rs

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -868,19 +868,19 @@ impl<'a, 'tcx> BorrowckCtxt<'a, 'tcx> {
868868
db.note(fn_closure_msg);
869869
} else {
870870
db.span_suggestion_with_applicability(
871-
sp,
872-
msg,
873-
suggestion,
874-
Applicability::Unspecified,
875-
);
871+
sp,
872+
msg,
873+
suggestion,
874+
Applicability::Unspecified,
875+
);
876876
}
877877
} else {
878878
db.span_suggestion_with_applicability(
879-
sp,
880-
msg,
881-
suggestion,
882-
Applicability::Unspecified,
883-
);
879+
sp,
880+
msg,
881+
suggestion,
882+
Applicability::Unspecified,
883+
);
884884
}
885885
}
886886
_ => {

0 commit comments

Comments
 (0)