Skip to content

Commit 1b0d39c

Browse files
committed
pre-commit
1 parent 42331cb commit 1b0d39c

File tree

1 file changed

+4
-4
lines changed
  • testsuites/lbt-prelude/lbt-prelude-purescript/test/Test

1 file changed

+4
-4
lines changed

testsuites/lbt-prelude/lbt-prelude-purescript/test/Test/Main.purs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ module Test.Main
33
) where
44

55
import Prelude
6-
76
import Data.Either (either)
87
import Effect (Effect)
98
import Effect.Aff (launchAff_)
@@ -18,7 +17,8 @@ main :: Effect Unit
1817
main = do
1918
goldenJson <- GoldenJson.tests
2019
either (fail <<< show) (launchAff_)
21-
( map (const unit) <$> runSpecT defaultConfig [ consoleReporter ] do
22-
describe "LambdaBuffers Prelude runtime tests" do
23-
goldenJson
20+
( map (const unit)
21+
<$> runSpecT defaultConfig [ consoleReporter ] do
22+
describe "LambdaBuffers Prelude runtime tests" do
23+
goldenJson
2424
)

0 commit comments

Comments
 (0)