mirror of
https://github.com/Serial-ATA/lofty-rs
synced 2024-11-10 06:34:18 +00:00
CONTRIBUTING: Fix indent
This commit is contained in:
parent
4410844969
commit
0933898728
1 changed files with 6 additions and 5 deletions
|
@ -5,12 +5,13 @@
|
|||
1. [Intro](#intro)
|
||||
2. [Directory Layout](#directory-layout)
|
||||
3. [Defining the File](#defining-the-file)
|
||||
* [Adding the FileType](#adding-the-filetype)
|
||||
* [The File Struct](#the-file-struct)
|
||||
* [Reading the File](#reading-the-file)
|
||||
* [Adding the FileType](#adding-the-filetype)
|
||||
* [The File Struct](#the-file-struct)
|
||||
* [Reading the File](#reading-the-file)
|
||||
* [Tests](#tests)
|
||||
* [Integration Tests](#integration-tests)
|
||||
* [Fuzz Tests](#fuzz-tests)
|
||||
* [Unit Tests](#unit-tests)
|
||||
* [Integration Tests](#integration-tests)
|
||||
* [Fuzz Tests](#fuzz-tests)
|
||||
|
||||
## Intro
|
||||
|
||||
|
|
Loading…
Reference in a new issue