Skip to content

Commit 3370e89

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 0e562f4 commit 3370e89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/languages/rust.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ const nodeMatchers: Partial<
147147
string: ["raw_string_literal", "string_literal"],
148148
ifStatement: cascadingMatcher(
149149
patternMatcher("if_expression", "if_let_expression"),
150-
leadingMatcher(["match_pattern[condition]"], ["if"]),
150+
leadingMatcher(["match_pattern[condition]"], ["if"])
151151
),
152152
functionCall: ["call_expression", "macro_invocation", "struct_expression"],
153153
functionCallee: "call_expression[function]",

0 commit comments

Comments
 (0)