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
fc4babcfd7
commit
8f7f450429
@ -572,7 +572,7 @@ public class Connection implements MessageListener {
|
||||
@Override
|
||||
public String toString() {
|
||||
return "SharedSpace{" +
|
||||
", socket=" + socket +
|
||||
"socket=" + socket +
|
||||
", ruleViolations=" + ruleViolations +
|
||||
'}';
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user