Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
lepsa authored and sorki committed Jan 6, 2024
1 parent accc3db commit 616db62
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
1 change: 0 additions & 1 deletion Graphics/Implicit/Canon.hs
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ import Graphics.Implicit.Definitions
, Ellipsoid
, BoxFrame
, Link
, Transform3
)
, hasZeroComponent
)
Expand Down
3 changes: 2 additions & 1 deletion Graphics/Implicit/Primitives.hs
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,10 @@ module Graphics.Implicit.Primitives (
emptySpace,
fullSpace,
withRounding,
boxFrame,
_Shared,
pattern Shared,
Object(Space, canonicalize), boxFrame) where
Object(Space, canonicalize)) where

import Prelude(Applicative, Eq, Foldable, Num, abs, (<), otherwise, Num, (-), (*), (/), (.), negate, Bool(True, False), Maybe(Just, Nothing), Either, fmap, ($), (<=), (&&), max, Ord)

Expand Down
2 changes: 1 addition & 1 deletion tests/GoldenSpec/Spec.hs
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ spec = describe "golden tests" $ do
, ellipsoid 10 15 20
, translate (V3 0 0 25) $ cone 20 20
]

golden "boxFrame" 2 $
union
[ boxFrame (V3 20 20 20) 2
Expand Down

0 comments on commit 616db62

Please sign in to comment.