Fix spacing
This commit is contained in:
parent
69d90e16b5
commit
dccbaea32b
|
|
@ -358,11 +358,11 @@ public class PlayerShop {
|
|||
@Override
|
||||
public String toString() {
|
||||
return "Shop: " + this.getShopID()
|
||||
+ "type :" + this.type
|
||||
+ "server :" + this.server
|
||||
+ "price :" + this.price
|
||||
+ "amount :" + this.amount
|
||||
+ "balance :" + this.balance
|
||||
+ "lastTransaction :" + this.lastTransaction;
|
||||
+ " type :" + this.type
|
||||
+ " server :" + this.server
|
||||
+ " price :" + this.price
|
||||
+ " amount :" + this.amount
|
||||
+ " balance :" + this.balance
|
||||
+ " lastTransaction :" + this.lastTransaction;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user