Skip to content

Commit

Permalink
MNT-24346: Fixing formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
mpichura committed Sep 24, 2024
1 parent 2b117b2 commit 4445dc1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ public HttpClientException(String msgId)

public HttpClientException(String msgId, Throwable cause)
{
super(msgId,cause);
super(msgId, cause);
}
}

0 comments on commit 4445dc1

Please sign in to comment.