Skip to content

Commit 5dd8aed

Browse files
authored
Update src/Database/Schema/Migrations/Filesystem.hs
1 parent a535d51 commit 5dd8aed

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Database/Schema/Migrations/Filesystem.hs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,8 +159,8 @@ utcTimeYamlFormat :: String
159159
utcTimeYamlFormat = "%F %T UTC"
160160

161161
newtype DependsYaml = DependsYaml
162-
{ unDependsYaml :: [Text]
163-
}
162+
{ unDependsYaml :: [Text]
163+
}
164164

165165
instance FromJSON DependsYaml where
166166
parseJSON = \case

0 commit comments

Comments
 (0)