Skip to content

Commit d3bc268

Browse files
committed
Remove empty <return> doc-comments
1 parent 4161212 commit d3bc268

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/PowerShellEditorServices.Protocol/LanguageServer/ExecutionStatusChangedEvent.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ public class ExecutionStatusChangedEvent
1010
/// <summary>
1111
/// The notification type for execution status change events in the message protocol
1212
/// </summary>
13-
/// <returns></returns>
1413
public static readonly
1514
NotificationType<object, object> Type =
1615
NotificationType<object, object>.Create("powerShell/executionStatusChanged");

src/PowerShellEditorServices.Protocol/Server/LanguageServer.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1280,7 +1280,6 @@ await this.messageSender.SendEvent(
12801280
/// </summary>
12811281
/// <param name="sender">the PowerShell context sending the execution event</param>
12821282
/// <param name="e">details of the execution status change</param>
1283-
/// <returns></returns>
12841283
private async void PowerShellContext_ExecutionStatusChanged(object sender, ExecutionStatusChangedEventArgs e)
12851284
{
12861285
await this.messageSender.SendEvent(

0 commit comments

Comments
 (0)