mirror of
https://github.com/Microsoft/sql-server-samples.git
synced 2025-12-08 14:58:54 +00:00
Remove extra spacing
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user