Skip to content

Commit 9b82d50

Browse files
committed
add line break post dbaupp review.
1 parent 213d89b commit 9b82d50

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/librustc/middle/lint.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,8 @@ trait InnerLint {
326326

327327
impl<V:Visitor<@mut Context>> InnerLint for V {
328328
fn descend_item(@mut self, i:&ast::item, e:@mut Context) {
329-
visit::walk_item(self, i, e); }
329+
visit::walk_item(self, i, e);
330+
}
330331
fn descend_crate(@mut self, crate: &ast::Crate, env: @mut Context) {
331332
visit::walk_crate(self, crate, env);
332333
}

0 commit comments

Comments
 (0)