1
1
mirror of https://github.com/github/semantic.git synced 2025-01-02 12:23:08 +03:00

Remove extra spacing

This commit is contained in:
Timothy Clem 2018-04-18 08:47:50 -07:00
parent 9a155c7af8
commit b8312be1c6

View File

@ -23,7 +23,6 @@ import System.FilePath.Posix
import GHC.Generics (Generic1)
import Prelude hiding (lookup)
newtype ModuleTable a = ModuleTable { unModuleTable :: Map.Map ModulePath a }
deriving (Eq, Foldable, Functor, Generic1, Monoid, Ord, Semigroup, Show, Traversable)