Skip to content

Commit a507b45

Browse files
committed
Spacing.
1 parent 841cd22 commit a507b45

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

semantic-analysis/cabal.project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
-- NB: This file exists solely for development of this single package. For cross-package development, cd to the root of the project and run `script/repl` from there.
22

33
-- Local packages
4-
packages: .
4+
packages: . ../semantic-source

semantic-analysis/src/Analysis/Module.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ instance Monoid (ModuleSet a) where
4848
mempty = ModuleSet mempty
4949

5050
fromList :: [File (Module a)] -> ModuleSet a
51-
fromList = ModuleSet . Map.fromList . map (\ (File ref mod) -> (refName ref , mod))
51+
fromList = ModuleSet . Map.fromList . map (\ (File ref mod) -> (refName ref, mod))
5252
where
5353
refName (Reference path _) = name (Text.pack (Path.toString (Path.takeBaseName path)))
5454

0 commit comments

Comments
 (0)