Skip to content

Commit

Permalink
remove trailing spaces
Browse files Browse the repository at this point in the history
Signed-off-by: jchrys <[email protected]>
  • Loading branch information
jchrys authored Jul 25, 2024
1 parent 2612cbc commit c8eb44f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -370,8 +370,8 @@ public int hashCode() {
@Override
public String toString() {
return "MySqlConnectionConfiguration{" +
(isHost ? "host='" + domain + "', port=" + port + ", ssl=" + ssl +
", tcpNoDelay=" + tcpNoDelay + ", tcpKeepAlive=" + tcpKeepAlive :
(isHost ? "host='" + domain + "', port=" + port + ", ssl=" + ssl +
", tcpNoDelay=" + tcpNoDelay + ", tcpKeepAlive=" + tcpKeepAlive :
"unixSocket='" + domain + "'") +
buildCommonToStringPart() +
'}';
Expand Down

0 comments on commit c8eb44f

Please sign in to comment.