Skip to content

Commit e96a4aa

Browse files
committed
doc: Fix lint by breaking line
1 parent d40a660 commit e96a4aa

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

BUILDING.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,8 @@ If you want to run the linter without running tests, use
295295
`make lint`/`vcbuild lint`. It will run both JavaScript linting and
296296
C++ linting.
297297

298-
If you are updating tests and just want to run a single test (e.g. `test/parallel/test-stream2-transform.js`) to check it:
298+
If you are updating tests and just want to run a single test to check it
299+
e.g. To just run the tests in `test/parallel/test-stream2-transform.js`:
299300

300301
```text
301302
$ python tools/test.py -J --mode=release parallel/test-stream2-transform

0 commit comments

Comments
 (0)