From 323e1dd5f8d082173abcc0719ad428c4857a2044 Mon Sep 17 00:00:00 2001 From: Zanie Date: Thu, 13 Jul 2023 14:22:24 -0500 Subject: [PATCH] Format --- parser/src/parser.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parser/src/parser.rs b/parser/src/parser.rs index ef840ab..b82d3d1 100644 --- a/parser/src/parser.rs +++ b/parser/src/parser.rs @@ -692,7 +692,7 @@ def func[**P](*args: P.args, **kwargs: P.kwargs): def func[T, U: str, *Ts, **P](): pass "; - insta::assert_debug_snapshot!(ast::Suite::parse(source, "").unwrap()); + insta::assert_debug_snapshot!(ast::Suite::parse(source, "").unwrap()); } #[test]