Skip to content

Commit c8a4b98

Browse files
docs: Remove not needed whitespaces in markdown files (TheAlgorithms#197)
Co-authored-by: IcarusTheFly <[email protected]> Co-authored-by: David Leal <[email protected]>
1 parent 90212fa commit c8a4b98

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -63,14 +63,14 @@ should add unique value.
6363
#### Commit Messages Formatting
6464

6565
- Prefer to use the [Conventional Commits](https://www.conventionalcommits.org/) format: `<type>: <short summary>`. If necessary, put any extra information in the description.
66-
- Commit types include (but are not limited to):
66+
- Commit types include (but are not limited to):
6767
- **docs**: Documentation only changes
6868
- **feat**: A new feature
6969
- **fix**: A bug fix
7070
- **test**: Adding or fixing tests
7171
- **chore**: CI / code quality / minor quality of life improvements
7272

73-
- **Examples**:
73+
- **Examples**:
7474
- `feat: add quicksort algorithm`
7575
- `chore: fix spelling`
7676
- `fix: improper error message`

0 commit comments

Comments
 (0)