Alpha: fix indent
This commit is contained in:
parent
6510869b73
commit
c981391128
@ -578,8 +578,8 @@ let apply_manager_contents
|
||||
| Ok (ctxt, operation_results, internal_operations) -> begin
|
||||
apply_internal_manager_operations
|
||||
ctxt mode ~payer:source internal_operations >>= function
|
||||
| (`Success ctxt, internal_operations_results) ->
|
||||
Fees.burn_storage_fees ctxt ~storage_limit ~payer:source >>= begin function
|
||||
| (`Success ctxt, internal_operations_results) -> begin
|
||||
Fees.burn_storage_fees ctxt ~storage_limit ~payer:source >>= function
|
||||
| Ok ctxt ->
|
||||
Lwt.return
|
||||
(`Success ctxt, Applied operation_results, internal_operations_results)
|
||||
|
Loading…
Reference in New Issue
Block a user