From 820723f8d0e2b7364e09d56a57a7ffcdfb291a91 Mon Sep 17 00:00:00 2001 From: Benjamin Canou Date: Sat, 16 Jun 2018 14:53:09 +0200 Subject: [PATCH] Fix indentation --- .../lib_protocol/src/apply_operation_result.ml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/proto_alpha/lib_protocol/src/apply_operation_result.ml b/src/proto_alpha/lib_protocol/src/apply_operation_result.ml index 5a4e2aea9..b56bcfebe 100644 --- a/src/proto_alpha/lib_protocol/src/apply_operation_result.ml +++ b/src/proto_alpha/lib_protocol/src/apply_operation_result.ml @@ -535,13 +535,13 @@ module Encoding = struct | Contents_result (Manager_operation_result ({ operation_result = Skipped _ ; _ } as op)) -> - Some (Manager_operation_result - { op with operation_result = Skipped res_case.kind }) + Some (Manager_operation_result + { op with operation_result = Skipped res_case.kind }) | Contents_result (Manager_operation_result ({ operation_result = Failed (_, errs) ; _ } as op)) -> - Some (Manager_operation_result - { op with operation_result = Failed (res_case.kind, errs) }) + Some (Manager_operation_result + { op with operation_result = Failed (res_case.kind, errs) }) | Contents_result Ballot_result -> None | Contents_result (Endorsements_result _) -> None | Contents_result (Seed_nonce_revelation_result _) -> None