Skip to content

Commit

Permalink
Stylish and hlint
Browse files Browse the repository at this point in the history
  • Loading branch information
geo2a committed Dec 5, 2024
1 parent d68903c commit 7088477
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
{-# LANGUAGE KindSignatures #-}
{-# LANGUAGE MultiParamTypeClasses #-}
{-# LANGUAGE NamedFieldPuns #-}
{-# LANGUAGE PatternSynonyms #-}
{-# LANGUAGE RankNTypes #-}
{-# LANGUAGE RecordWildCards #-}
{-# LANGUAGE ScopedTypeVariables #-}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{-# LANGUAGE LambdaCase #-}
{-# LANGUAGE NamedFieldPuns #-}
{-# LANGUAGE NumericUnderscores #-}
{-# LANGUAGE TypeApplications #-}
{-# LANGUAGE PatternSynonyms #-}
{-# LANGUAGE TypeApplications #-}

module Test.Ouroboros.Storage.LedgerDB.DiskPolicy (tests) where

Expand All @@ -14,7 +14,8 @@ import Ouroboros.Consensus.Storage.LedgerDB (DiskPolicy (..),
NumOfDiskSnapshots (..), SnapshotInterval (..),
TimeSinceLast (..), mkDiskPolicy)
import Ouroboros.Consensus.Storage.LedgerDB.DiskPolicy
(DiskPolicyArgs (DiskPolicyArgs), pattern DiskSnapshotChecksum)
(DiskPolicyArgs (DiskPolicyArgs),
pattern DiskSnapshotChecksum)
import Test.QuickCheck
import Test.Tasty
import Test.Tasty.QuickCheck
Expand Down

0 comments on commit 7088477

Please sign in to comment.