Skip to content

Commit

Permalink
make PingCommand internal
Browse files Browse the repository at this point in the history
Signed-off-by: Caleb Lloyd <caleb@synadia.com>
  • Loading branch information
Caleb Lloyd committed Dec 29, 2023
1 parent cce6eb8 commit 0893cb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NATS.Client.Core/Commands/PingCommand.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
namespace NATS.Client.Core.Commands;

public class PingCommand
internal sealed class PingCommand
{
public DateTimeOffset WriteTime { get; } = DateTimeOffset.UtcNow;

Expand Down

0 comments on commit 0893cb9

Please sign in to comment.