Remove extra spacing

This commit is contained in:
Lorin Thwaits
2023-02-20 19:33:29 +00:00
parent 434b798c98
commit b062f2c734
1461 changed files with 13333 additions and 76271 deletions
@@ -34,7 +34,7 @@ Take the following example:
"message": "Create index on @{Table} with key columns @{KeyCols}@{IncludedCols: and included columns: #}"
```
When `@IncludedCols` is empty the message would be
When `@IncludedCols` is empty the message would be
```plain
Create index on MyTable with key columns Id, Name