Skip to content

Commit c1338d5

Browse files
committed
Put :: on the same line as the function name
1 parent 2058c06 commit c1338d5

File tree

2 files changed

+4
-4
lines changed
  • bench/micro/Bench/Database/LSMTree/Internal
  • test/Test/Database/LSMTree/Internal/Snapshot/Codec

2 files changed

+4
-4
lines changed

bench/micro/Bench/Database/LSMTree/Internal/Index.hs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
118118
incrementalConstructionAppends = appendsForIndexCompact
119119

test/Test/Database/LSMTree/Internal/Snapshot/Codec/Golden.hs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ handleOutputFiles :: TestTree -> TestTree
5555
handleOutputFiles = 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
6262
snapshotCodecTest name datum =

0 commit comments

Comments
 (0)