add line break post dbaupp review.

This commit is contained in:
Felix S. Klock II 2013-08-20 12:25:34 +02:00
parent 213d89b6da
commit 9b82d50f6d

View file

@ -326,7 +326,8 @@ trait InnerLint {
impl<V:Visitor<@mut Context>> InnerLint for V {
fn descend_item(@mut self, i:&ast::item, e:@mut Context) {
visit::walk_item(self, i, e); }
visit::walk_item(self, i, e);
}
fn descend_crate(@mut self, crate: &ast::Crate, env: @mut Context) {
visit::walk_crate(self, crate, env);
}