Fix lint check in makefile, fix errors (#837)

Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>
This commit is contained in:
Bogdan Drutu 2020-08-19 14:43:05 -07:00 committed by Josh Suereth
parent 2096cb3ec5
commit 52061e2f52
1 changed files with 1 additions and 1 deletions

View File

@ -7,6 +7,7 @@ Table of Contents
- [Attributes](#attributes) - [Attributes](#attributes)
- [Attribute and Label Naming](#attribute-and-label-naming) - [Attribute and Label Naming](#attribute-and-label-naming)
</details> </details>
## Attributes ## Attributes
@ -130,4 +131,3 @@ It is recommended to limit names to printable Basic Latin characters
(more precisely to (more precisely to
[U+0021 .. U+007E](https://en.wikipedia.org/wiki/Basic_Latin_(Unicode_block)#Table_of_characters) [U+0021 .. U+007E](https://en.wikipedia.org/wiki/Basic_Latin_(Unicode_block)#Table_of_characters)
subset of Unicode code points). subset of Unicode code points).