Skip to content

Commit d68954e

Browse files
garethgareth
gareth
authored and
gareth
committed
Fix the build by removing trailing whitespace.
1 parent b6aafe9 commit d68954e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/librustc/middle/resolve.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2120,15 +2120,15 @@ impl Resolver {
21202120
// XXX: Shouldn't copy here. We need string builder functionality.
21212121
return result;
21222122
}
2123-
2123+
21242124
fn import_directive_subclass_to_str(subclass: ImportDirectiveSubclass)
21252125
-> ~str {
21262126
match subclass {
21272127
SingleImport(_target, source, _ns) => self.session.str_of(source),
21282128
GlobImport => ~"*"
21292129
}
21302130
}
2131-
2131+
21322132
fn import_path_to_str(idents: ~[ident], subclass: ImportDirectiveSubclass)
21332133
-> ~str {
21342134
if idents.is_empty() {
@@ -2139,7 +2139,7 @@ impl Resolver {
21392139
self.import_directive_subclass_to_str(subclass))
21402140
}
21412141
}
2142-
2142+
21432143
/**
21442144
* Attempts to resolve the given import. The return value indicates
21452145
* failure if we're certain the name does not exist, indeterminate if we

0 commit comments

Comments
 (0)