mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-05-17 14:00:35 -04:00
Remove comma before first argument in string representation
This commit is contained in:
parent
fc4babcfd7
commit
8f7f450429
1 changed files with 1 additions and 1 deletions
|
@ -572,7 +572,7 @@ public class Connection implements MessageListener {
|
|||
@Override
|
||||
public String toString() {
|
||||
return "SharedSpace{" +
|
||||
", socket=" + socket +
|
||||
"socket=" + socket +
|
||||
", ruleViolations=" + ruleViolations +
|
||||
'}';
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue