Skip to content

Commit ad105ef

Browse files
author
Duddino
committed
./x.py fmt
1 parent da59b8f commit ad105ef

File tree

1 file changed

+1
-1
lines changed
  • src/librustc_typeck/check

1 file changed

+1
-1
lines changed

src/librustc_typeck/check/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2267,7 +2267,7 @@ fn fn_sig_suggestion(
22672267
};
22682268
if assoc.fn_has_self_parameter && i == 0 {
22692269
format!("&{}{}self", reg, mutability.prefix_str())
2270-
}else {
2270+
} else {
22712271
format!("_: {:?}", ty)
22722272
}
22732273
}

0 commit comments

Comments
 (0)