Skip to content

Commit a939c0a

Browse files
committed
chore: Remove useless whitespace
1 parent a07f267 commit a939c0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ test-all: (poetry "run" "tox")
3232

3333
ruff *args: (poetry "run" "ruff" "check" "pydantic_async_validation" "tests" args)
3434

35-
mypy *args: (poetry "run" "mypy" "pydantic_async_validation" args)
35+
mypy *args: (poetry "run" "mypy" "pydantic_async_validation" args)
3636

3737
lint: ruff mypy
3838

0 commit comments

Comments
 (0)