Skip to content

Commit 715d2b9

Browse files
dotnet format
1 parent b21820a commit 715d2b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/RabbitMQ.Client/client/framing/Constants.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public static class Constants
5050
///<summary>(= 311)</summary>
5151
public const int ContentTooLarge = 311;
5252
///<summary>(= 312)</summary>
53-
public const int NoRoute = 312;
53+
public const int NoRoute = 312;
5454
///<summary>(= 313)</summary>
5555
public const int NoConsumers = 313;
5656
///<summary>(= 320)</summary>

0 commit comments

Comments
 (0)