Skip to content

Commit 86122f1

Browse files
nohwndTylerLeonhardt
authored andcommitted
Fix nitpicky new line
1 parent f073254 commit 86122f1

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)