Indent fix

This commit is contained in:
cassiersg 2015-07-20 21:14:45 +02:00 committed by Gaëtan Cassiers
parent 30b16bc474
commit 5168d7458a

@ -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?