1
0
Fork 0
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:
apurvis 2016-04-26 22:50:00 -07:00
parent 5536f90deb
commit 71671dcada

View file

@ -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