mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-04-19 23:36:00 -04:00
Remove comma before first argument in string representation
This commit is contained in:
parent
5a47ebbadc
commit
51059fe6a9
@ -57,7 +57,7 @@ public final class DecryptedMsgWithPubKey implements Persistable {
|
||||
@Override
|
||||
public String toString() {
|
||||
return "DecryptedMsgWithPubKey{" +
|
||||
", message=" + message +
|
||||
"message=" + message +
|
||||
", signaturePubKey.hashCode()=" + signaturePubKey.hashCode() +
|
||||
'}';
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user