Fix the build by removing trailing whitespace.
This commit is contained in:
parent
b6aafe928d
commit
d68954efa0
@ -2120,7 +2120,7 @@ impl Resolver {
|
|||||||
// XXX: Shouldn't copy here. We need string builder functionality.
|
// XXX: Shouldn't copy here. We need string builder functionality.
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
fn import_directive_subclass_to_str(subclass: ImportDirectiveSubclass)
|
fn import_directive_subclass_to_str(subclass: ImportDirectiveSubclass)
|
||||||
-> ~str {
|
-> ~str {
|
||||||
match subclass {
|
match subclass {
|
||||||
@ -2128,7 +2128,7 @@ impl Resolver {
|
|||||||
GlobImport => ~"*"
|
GlobImport => ~"*"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
fn import_path_to_str(idents: ~[ident], subclass: ImportDirectiveSubclass)
|
fn import_path_to_str(idents: ~[ident], subclass: ImportDirectiveSubclass)
|
||||||
-> ~str {
|
-> ~str {
|
||||||
if idents.is_empty() {
|
if idents.is_empty() {
|
||||||
@ -2139,7 +2139,7 @@ impl Resolver {
|
|||||||
self.import_directive_subclass_to_str(subclass))
|
self.import_directive_subclass_to_str(subclass))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Attempts to resolve the given import. The return value indicates
|
* Attempts to resolve the given import. The return value indicates
|
||||||
* failure if we're certain the name does not exist, indeterminate if we
|
* failure if we're certain the name does not exist, indeterminate if we
|
||||||
|
Loading…
Reference in New Issue
Block a user