Skip to content

Commit c27e046

Browse files
committed
Format
1 parent 244d3b3 commit c27e046

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

parser/src/parser.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -692,7 +692,7 @@ def func[**P](*args: P.args, **kwargs: P.kwargs):
692692
def func[T, U: str, *Ts, **P]():
693693
pass
694694
";
695-
insta::assert_debug_snapshot!(ast::Suite::parse(source, "<test>").unwrap());
695+
insta::assert_debug_snapshot!(ast::Suite::parse(source, "<test>").unwrap());
696696
}
697697

698698
#[test]

0 commit comments

Comments
 (0)