Skip to content

Commit ece292f

Browse files
committed
fix lint line length
1 parent fbc82b4 commit ece292f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/sp_estindex.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,10 @@ EXEC dbo.sp_estindex @tableName = 'Marathon', @IndexColumns = 'racer_id, finish_
5555

5656
For `[Sales].[Invoices]` in WorldWideImporters:
5757

58-
*Note: There is no missing index match in this example, so the penultimate result set is empty.*
58+
*Note: There is no missing index match in this example,
59+
so the penultimate result set is empty.*
5960

60-
![sp_estindex output](assets/sp_estindex_output.png)
61+
![sp_estindex output](assets/sp_estindex_output.PNG)
6162

6263
## Contributing
6364

0 commit comments

Comments
 (0)