Skip to content

Commit

Permalink
Remove unnecessary line
Browse files Browse the repository at this point in the history
  • Loading branch information
mchav committed Jan 17, 2025
1 parent a13c94a commit 08fa209
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Data/DataFrame/Internal/Parsing.hs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ readByteStringInt s = case C.readInt (C.strip s) of
Just (value, _) -> Nothing
{-# INLINE readByteStringInt #-}


readDouble :: (HasCallStack) => T.Text -> Maybe Double
readDouble s =
case signed double s of
Expand Down

0 comments on commit 08fa209

Please sign in to comment.