Skip to content

Commit 8b79bed

Browse files
committed
Clean up whitespace
1 parent febd7ee commit 8b79bed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rustc/middle/typeck/check/method.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,10 +366,10 @@ class lookup {
366366
}
367367

368368
fn add_candidates_from_scope(use_assignability: bool) {
369+
369370
// If we're using coherence and this is one of the method invocation
370371
// forms it supports, don't use this method; it'll result in lots of
371372
// multiple-methods-in-scope errors.
372-
373373
if self.fcx.ccx.trait_map.contains_key(self.expr.id) {
374374
return;
375375
}

0 commit comments

Comments
 (0)