Skip to content

Commit 34ce6fd

Browse files
Code style
1 parent 2592c1c commit 34ce6fd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

projects/RabbitMQ.Client/client/api/PublicationAddress.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,8 @@ public static PublicationAddress Parse(string uriLikeString)
116116
return null;
117117
}
118118

119-
public static PublicationAddress TryParse(string uriLikeString) {
119+
public static PublicationAddress TryParse(string uriLikeString)
120+
{
120121
// Callers such as IBasicProperties.ReplyToAddress
121122
// expect null result for invalid input.
122123
// The regex.Match() throws on null arguments so we perform explicit check here

0 commit comments

Comments
 (0)