mirror of
https://github.com/treffynnon/sqlstyle.guide.git
synced 2025-03-09 12:49:51 -05:00
Update sqlstyle.guide.md
This commit is contained in:
parent
5536f90deb
commit
71671dcada
1 changed files with 1 additions and 1 deletions
|
@ -149,7 +149,7 @@ WHERE p.release_date > '2014-09-30';
|
||||||
|
|
||||||
### White space
|
### White space
|
||||||
|
|
||||||
To make the code easier to read it is important that the correct compliment of
|
To make the code easier to read it is important that the correct amount of
|
||||||
spacing is used. Do not crowd code or remove natural language spaces.
|
spacing is used. Do not crowd code or remove natural language spaces.
|
||||||
|
|
||||||
#### Spaces
|
#### Spaces
|
||||||
|
|
Loading…
Reference in a new issue