Skip to content

Commit

Permalink
fix check style bug
Browse files Browse the repository at this point in the history
  • Loading branch information
dev7879888190@163.com committed Feb 28, 2020
1 parent c71ba47 commit ada4647
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ public byte[] toByteArrays() {

@Override
public String toString() {
return "address:" + StringUtil.encode58Check(account.getAddress().toByteArray()) + "; " + account
return "address:" + StringUtil.encode58Check(account
.getAddress().toByteArray()) + "; " + account
.toString();
}
}

0 comments on commit ada4647

Please sign in to comment.