Skip to content

Commit

Permalink
More adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
sspates committed Jan 24, 2024
1 parent 0b81beb commit 488306e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/NATS.Client.Core/INatsConnection.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
using System.Diagnostics.CodeAnalysis;

namespace NATS.Client.Core;

public interface INatsConnection : IAsyncDisposable
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using NATS.Client.Core.Tests;
using NATS.Client.JetStream.Models;

namespace NATS.Client.JetStream.Tests;

Expand Down

0 comments on commit 488306e

Please sign in to comment.