Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
sqrrm committed Dec 15, 2020
1 parent 4c33f9c commit e0f4dc2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -890,7 +890,7 @@ public String signInfoFromAccount(PaymentAccount paymentAccount) {

public Tuple2<AccountAgeWitness, byte[]> signInfoFromString(String signInfo) {
var parts = signInfo.split(",");
if (parts.length != 2){
if (parts.length != 2) {
return null;
}
byte[] pubKeyHash;
Expand Down

0 comments on commit e0f4dc2

Please sign in to comment.