Skip to content

Commit 883e590

Browse files
committed
Whitespace fix
1 parent a52862c commit 883e590

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ are correct and expected given the context of the PR.
7272
2. Install all the dependencies from your project, which are typically specified in a `uv.lock` file.
7373

7474
```
75-
uv sync --all-extras --dev
75+
uv sync --all-extras --dev
7676
```
7777

7878
3. Run any python scripts or CLI commands by prefixing with `uv run`.

0 commit comments

Comments
 (0)