Skip to content

Commit

Permalink
making jfmt happy
Browse files Browse the repository at this point in the history
  • Loading branch information
oleganza committed Jan 20, 2017
1 parent 7339bd3 commit e5b3127
Showing 1 changed file with 1 addition and 2 deletions.
Expand Up @@ -520,8 +520,7 @@ public void testUnspentOutputs() throws Exception {
Transaction.Template spending =
new Transaction.Builder()
.addAction(
new Transaction.Action.SpendAccountUnspentOutput()
.setOutputId(output.outputId))
new Transaction.Action.SpendAccountUnspentOutput().setOutputId(output.outputId))
.addAction(
new Transaction.Action.ControlWithAccount()
.setAccountAlias(bob)
Expand Down

0 comments on commit e5b3127

Please sign in to comment.