Skip to content

Commit 4c0ff60

Browse files
committed
Fix nitpicky new line
1 parent 2f65247 commit 4c0ff60

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/PowerShellEditorServices/Services/CodeLens/PesterCodeLensProvider.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ private CodeLens[] GetPesterLens(PesterSymbolReference pesterSymbol, ScriptFile
4949
var word = pesterSymbol.Command == PesterCommandType.It ? "test" : "tests";
5050
var codeLensResults = new CodeLens[]
5151
{
52-
5352
new CodeLens()
5453
{
5554
Range = pesterSymbol.ScriptRegion.ToRange(),

0 commit comments

Comments
 (0)