Skip to content

Commit 9816b6c

Browse files
committed
Fixing lint.
1 parent 1c03197 commit 9816b6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/Unit/TestBasicProperties.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ public void TestPropertiesRountrip_Headers()
210210
using (IModel m = c.CreateModel())
211211
{
212212
QueueDeclareOk q = m.QueueDeclare();
213-
var bp = new BasicProperties() { Headers = new Dictionary<string, object>()};
213+
var bp = new BasicProperties() { Headers = new Dictionary<string, object>() };
214214
bp.Headers["Hello"] = "World";
215215
byte[] sendBody = Encoding.UTF8.GetBytes("hi");
216216
byte[] consumeBody = null;

0 commit comments

Comments
 (0)