Skip to content

Commit 0933898

Browse files
committed
CONTRIBUTING: Fix indent
1 parent 4410844 commit 0933898

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

doc/NEW_FILE.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,13 @@
55
1. [Intro](#intro)
66
2. [Directory Layout](#directory-layout)
77
3. [Defining the File](#defining-the-file)
8-
* [Adding the FileType](#adding-the-filetype)
9-
* [The File Struct](#the-file-struct)
10-
* [Reading the File](#reading-the-file)
8+
* [Adding the FileType](#adding-the-filetype)
9+
* [The File Struct](#the-file-struct)
10+
* [Reading the File](#reading-the-file)
1111
* [Tests](#tests)
12-
* [Integration Tests](#integration-tests)
13-
* [Fuzz Tests](#fuzz-tests)
12+
* [Unit Tests](#unit-tests)
13+
* [Integration Tests](#integration-tests)
14+
* [Fuzz Tests](#fuzz-tests)
1415

1516
## Intro
1617

0 commit comments

Comments
 (0)