Skip to content

Commit

Permalink
dotnet format fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lukebakken committed Oct 16, 2023
1 parent 450dc71 commit eeb5a62
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ public async ValueTask ExchangeDeclareAsync(string exchange, string type, bool p
if (false == passive)
{
_connection.RecordExchange(new RecordedExchange(exchange, type, durable, autoDelete, arguments));
}
}
}

public void ExchangeDeclareNoWait(string exchange, string type, bool durable, bool autoDelete, IDictionary<string, object> arguments)
Expand Down

0 comments on commit eeb5a62

Please sign in to comment.