Skip to content

Commit 22c0ae7

Browse files
committed
fix(Address): Introducir secuencia escape caracter espacio
1 parent e59af79 commit 22c0ae7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/enzinium/Address.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ public String toString() {
6262
.append(this.getPK().hashCode())
6363
.append("\nBalance = ")
6464
.append(this.getBalance())
65-
.append("s")
65+
.append("\s")
6666
.append(this.symbol).toString();
6767
}
6868
}

0 commit comments

Comments
 (0)