diff options
| author | stuebinm | 2026-04-16 01:27:50 +0200 |
|---|---|---|
| committer | stuebinm | 2026-04-16 01:27:50 +0200 |
| commit | 2c684868ed9b3011033d5ec265dd9f891fe791b7 (patch) | |
| tree | 87ab7968c31e732ce3410c473b13c72184990220 /lib/GTFS.hs | |
| parent | 426ecb4e0ccc23e411039b7f075155df275b0a2d (diff) | |
lib: formatter run
Diffstat (limited to '')
| -rw-r--r-- | lib/GTFS.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/GTFS.hs b/lib/GTFS.hs index bec519f..c4e2093 100644 --- a/lib/GTFS.hs +++ b/lib/GTFS.hs @@ -409,7 +409,7 @@ intAsBool r field = do pure $ case int :: Maybe Int of Just 1 -> Just True Just 0 -> Just False - _ -> Nothing + _ -> Nothing intAsBool' :: CSV.NamedRecord -> BS.ByteString -> CSV.Parser Bool intAsBool' r field = intAsBool r field >>= maybe |
