File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
bench/micro/Bench/Database/LSMTree/Internal
test/Test/Database/LSMTree/Internal/Snapshot/Codec Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -112,8 +112,8 @@ searchBenchmarkable index = whnf $ foldl' (\ _ key -> rnf (search key index)) ()
112112-- ** Incremental construction
113113
114114-- | Constructs append operations to be used in index construction.
115- incrementalConstructionAppends
116- :: Int -- ^ Number of keys used in the construction
115+ incrementalConstructionAppends ::
116+ Int -- ^ Number of keys used in the construction
117117 -> [Append ] -- ^ Constructed append operations
118118incrementalConstructionAppends = appendsForIndexCompact
119119
Original file line number Diff line number Diff line change @@ -55,8 +55,8 @@ handleOutputFiles :: TestTree -> TestTree
5555handleOutputFiles = Tasty. localOption Au. OnPass
5656
5757-- | Internally, the function will infer the correct filepath names.
58- snapshotCodecTest
59- :: String -- ^ Name of the test
58+ snapshotCodecTest ::
59+ String -- ^ Name of the test
6060 -> SnapshotMetaData -- ^ Data to be serialized
6161 -> TestTree
6262snapshotCodecTest name datum =
You can’t perform that action at this time.
0 commit comments