Alpha: fix indent

This commit is contained in:
Grégoire Henry 2018-11-20 19:01:21 +01:00 committed by Pierre Boutillier
parent 6510869b73
commit c981391128
No known key found for this signature in database
GPG Key ID: C2F73508B56A193C

View File

@ -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)