Skip to content

Commit bbf82be

Browse files
gaurikholkarnikomatsakis
authored andcommitted
tidy fix
1 parent aa6f0c8 commit bbf82be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc/infer/error_reporting/different_lifetimes.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ impl<'a, 'gcx, 'tcx> InferCtxt<'a, 'gcx, 'tcx> {
110110
};
111111
(ty_sup.span, ty_sub.span, main_label_1, span_label_1)
112112
}
113-
113+
114114
(Some(ret_span), _) => {
115115
(ty_sub.span,
116116
ret_span,

0 commit comments

Comments
 (0)