Skip to content

Commit

Permalink
fix: IDE0055
Browse files Browse the repository at this point in the history
  • Loading branch information
dr1rrb committed Oct 9, 2024
1 parent 0433d09 commit 94cba80
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ public record CommandRequestIdeMessage(long WindowId, string Command, string? Co
/// <summary>
/// A unique identifier of this command execution request that could be used to track the response (if any produced by the remote handler).
/// </summary>
public Guid Id {get; } = Guid.NewGuid();
public Guid Id { get; } = Guid.NewGuid();
}

0 comments on commit 94cba80

Please sign in to comment.