Skip to content

Commit

Permalink
fix: spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
marco-ippolito committed Apr 3, 2023
1 parent a4c43c6 commit 2fd443c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
3 changes: 1 addition & 2 deletions doc/contributing/maintaining-brotli.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,14 @@ brotli source files.

Check that Node.js still builds and tests.

## Committing postject
## Committing brotli

1. Add brotli:
```console
$ git add deps/brotli
```
2. Commit the changes: `git commit`.
3. Add a message like:

```text
deps,test: update brotli to <version>
Expand Down
1 change: 0 additions & 1 deletion doc/contributing/maintaining-postject.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ Check that Node.js still builds and tests.
```
2. Commit the changes: `git commit`.
3. Add a message like:

```text
deps,test: update postject to <version>
Expand Down
3 changes: 1 addition & 2 deletions doc/contributing/maintaining-undici.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,14 @@ undici source files.

Check that Node.js still builds and tests.

## Committing postject
## Committing brotli

1. Add undici:
```console
$ git add deps/undici
```
2. Commit the changes: `git commit`.
3. Add a message like:

```text
deps,test: update undici to <version>
Expand Down

0 comments on commit 2fd443c

Please sign in to comment.