Skip to content

Commit

Permalink
reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
deepthiskumar committed Sep 22, 2021
1 parent b73a99a commit 9b5bbaa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/lib/mina_base/transaction_logic.ml
Original file line number Diff line number Diff line change
Expand Up @@ -418,8 +418,7 @@ module Make (L : Ledger_intf) : S with type ledger := L.t = struct
| Some account ->
Ok (`Existing location, account)
| None ->
Ok (`New, Account.create account_id Balance.zero)
)
Ok (`New, Account.create account_id Balance.zero) )
| None ->
Ok (`New, Account.create account_id Balance.zero)

Expand Down

0 comments on commit 9b5bbaa

Please sign in to comment.