Skip to content

Commit 945736e

Browse files
committed
Remove unnecessary newline
1 parent a568cf4 commit 945736e

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/PowerShellEditorServices/Services/TextDocument/Handlers/TextDocumentHandler.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,6 @@ public override async Task<Unit> Handle(DidSaveTextDocumentParams notification,
136136
{
137137
await _remoteFileManagerService.SaveRemoteFileAsync(savedFile.FilePath).ConfigureAwait(false);
138138
}
139-
140139
}
141140
return Unit.Value;
142141
}

0 commit comments

Comments
 (0)