Skip to content

Commit 68f7b37

Browse files
committed
formatting
Signed-off-by: Gabriele Santomaggio <[email protected]>
1 parent ab717b9 commit 68f7b37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/Test/Integration/TestBasicPublishAsync.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ await _channel.BasicPublishAsync(exchange: string.Empty, routingKey: routingKey,
8686
Assert.NotEqual(0, prex.ReplyCode);
8787
Assert.NotNull(prex.ReplyText);
8888
Assert.Equal("NO_ROUTE", prex.ReplyText);
89-
89+
9090
}
9191
}
9292
}

0 commit comments

Comments
 (0)