From 5168d7458a6fc532a3fcb672246898d696867264 Mon Sep 17 00:00:00 2001 From: cassiersg Date: Mon, 20 Jul 2015 21:14:45 +0200 Subject: [PATCH] Indent fix --- src/imports.rs | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/imports.rs b/src/imports.rs index 722c6a87012..37b1d9e5d46 100644 --- a/src/imports.rs +++ b/src/imports.rs @@ -26,12 +26,12 @@ impl Rewrite for ast::ViewPath { match self.node { ast::ViewPath_::ViewPathList(ref path, ref path_list) => { Some(rewrite_use_list(width, - offset, - path, - path_list, - self.span, - context.codemap, - context.config).unwrap_or("".to_owned())) + offset, + path, + path_list, + self.span, + context.codemap, + context.config).unwrap_or("".to_owned())) } ast::ViewPath_::ViewPathGlob(_) => { // FIXME convert to list?