Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
tbagrel1 committed Sep 11, 2024
1 parent 29f3005 commit d133bea
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion test/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
module Main where

import Test.Data.Destination (destArrayTests)
import Test.Data.Functor.Linear (genericTests)
import Test.Data.Mutable.Array (mutArrTests)
import Test.Data.Mutable.HashMap (mutHMTests)
import Test.Data.Mutable.Set (mutSetTests)
import Test.Data.Mutable.Vector (mutVecTests)
import Test.Data.Polarized (polarizedArrayTests)
import Test.Data.Functor.Linear (genericTests)
import Test.Data.Replicator (replicatorInspectionTests)
import Test.Data.V (vInspectionTests)
import Test.Tasty
Expand Down
1 change: 0 additions & 1 deletion test/Test/Data/Functor/Linear.hs
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,3 @@ propertyPairTest =
(MkPair 3 4 :: Pair Int)
)
=== (Sum 2, (MkPair 6 8))

0 comments on commit d133bea

Please sign in to comment.