Clean up whitespace

This commit is contained in:
Lindsey Kuper 2012-08-07 11:16:49 -07:00
parent febd7ee239
commit 8b79bed6dd

View File

@ -366,10 +366,10 @@ class lookup {
}
fn add_candidates_from_scope(use_assignability: bool) {
// If we're using coherence and this is one of the method invocation
// forms it supports, don't use this method; it'll result in lots of
// multiple-methods-in-scope errors.
if self.fcx.ccx.trait_map.contains_key(self.expr.id) {
return;
}