Skip to content
This repository was archived by the owner on Apr 1, 2025. It is now read-only.

Commit 229594b

Browse files
committed
Use the project's stylish-haskell config.
1 parent 37dbaf3 commit 229594b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

semantic-analysis/src/Analysis/Exception.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ module Analysis.Exception
1616
import Analysis.Effect.Domain
1717
import Analysis.Name
1818
import Control.Algebra
19-
import Control.Applicative (Alternative(..))
19+
import Control.Applicative (Alternative (..))
2020
import qualified Data.Set as Set
2121

2222
newtype Exception = Exception { exceptionName :: String }

0 commit comments

Comments
 (0)