fix postfix match indent

This commit is contained in:
Aleksey Kladov 2019-04-22 10:38:39 +03:00
parent 5b2fd86d25
commit b811922a53
2 changed files with 4 additions and 4 deletions

View file

@ -40,7 +40,7 @@ pub(super) fn complete_postfix(acc: &mut Completions, ctx: &CompletionContext) {
ctx,
"match",
"match expr {}",
&format!("match {} {{\n${{1:_}} => {{$0\\}},\n}}", receiver_text),
&format!("match {} {{\n ${{1:_}} => {{$0\\}},\n}}", receiver_text),
)
.add_to(acc);
postfix_snippet(