Cargo fmt

This commit is contained in:
Russell Mull 2020-09-21 17:47:20 -07:00
parent e3b19da8c1
commit 197d1e1b05

View file

@ -175,15 +175,8 @@ pub(super) fn complete_postfix(acc: &mut Completions, ctx: &CompletionContext) {
)
.add_to(acc);
postfix_snippet(
ctx,
cap,
&dot_receiver,
"ok",
"Ok(expr)",
&format!("Ok({})", receiver_text),
)
.add_to(acc);
postfix_snippet(ctx, cap, &dot_receiver, "ok", "Ok(expr)", &format!("Ok({})", receiver_text))
.add_to(acc);
postfix_snippet(
ctx,