diff --git a/_includes/sqlstyle.guide.md b/_includes/sqlstyle.guide.md index 3eff628..1c2f36a 100644 --- a/_includes/sqlstyle.guide.md +++ b/_includes/sqlstyle.guide.md @@ -49,7 +49,7 @@ Based on a work at [http://www.sqlstyle.guide][self]. structures. ```sql -SELECT file_hash, -- stored ssdeep hash +SELECT file_hash -- stored ssdeep hash FROM file_system WHERE file_name = '.vimrc'; ``` @@ -1270,4 +1270,4 @@ ZONE [self]: http://www.sqlstyle.guide "SQL style guide by Simon Holywell" [licence]: http://creativecommons.org/licenses/by-sa/4.0/ - "Creative Commons Attribution-ShareAlike 4.0 International License" \ No newline at end of file + "Creative Commons Attribution-ShareAlike 4.0 International License"