From 4905a02c0ae11f45bc1fae725b53ad7a1b048501 Mon Sep 17 00:00:00 2001 From: Alexey Kuleshevich Date: Wed, 11 Dec 2024 17:53:03 -0700 Subject: [PATCH] fixup --- .../src/Test/Cardano/Ledger/Constrained/Vars.hs | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/libs/cardano-ledger-test/src/Test/Cardano/Ledger/Constrained/Vars.hs b/libs/cardano-ledger-test/src/Test/Cardano/Ledger/Constrained/Vars.hs index ffcb5b4f3d6..5e78d165cec 100644 --- a/libs/cardano-ledger-test/src/Test/Cardano/Ledger/Constrained/Vars.hs +++ b/libs/cardano-ledger-test/src/Test/Cardano/Ledger/Constrained/Vars.hs @@ -1060,12 +1060,7 @@ vstateT = :$ Lensed numDormantEpochs vsNumDormantEpochsL committeeL :: - Lens' - ( Map - (Credential 'ColdCommitteeRole) - (CommitteeAuthorization) - ) - (CommitteeState era) + Lens' (Map (Credential 'ColdCommitteeRole) CommitteeAuthorization) (CommitteeState era) committeeL = lens CommitteeState (\_ (CommitteeState x) -> x) -- | Target for PState