Skip to content

Commit 145307f

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 2c2725e commit 145307f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mypyc/test-data/run-functions.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1337,4 +1337,4 @@ def test_star_fastpath_generic() -> None:
13371337
def test_star2_fastpath() -> None
13381338
assert star2(x="a", y=3) == "aaa"
13391339
def test_star2_fastpath_generic() -> None
1340-
assert star2_generic({x: "a", y: 3}) == "aaa"
1340+
assert star2_generic({x: "a", y: 3}) == "aaa"

0 commit comments

Comments
 (0)