docs: add blank line before header (#37391)

Currently, `Formatting your source code` is not being formatted as a header because of a missing empty line.
PR Close #37391
This commit is contained in:
Alan Agius 2020-06-02 14:19:24 +02:00 committed by atscott
parent 6e7bd939f6
commit c61decf7e5
1 changed files with 1 additions and 0 deletions

View File

@ -91,6 +91,7 @@ merged if the code is formatted properly and all tests are passing.
<a name="formatting-your-source-code"> <a name="formatting-your-source-code">
<a name="clang-format"></a> <a name="clang-format"></a>
## Formatting your source code ## Formatting your source code
Angular uses [clang-format](http://clang.llvm.org/docs/ClangFormat.html) to format the source code. Angular uses [clang-format](http://clang.llvm.org/docs/ClangFormat.html) to format the source code.