Skip to content

Commit b96a26d

Browse files
committed
formatting snafu
1 parent f870f37 commit b96a26d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Database/SqlServer/Types/DataTypes.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ renderNumericStorage ns = lparen <> int (precision ns) <> scale' <> rparen
130130
instance Arbitrary NumericStorage where
131131
arbitrary = do
132132
p <- choose(1,38)
133-
s <- elements (Nothing : map Just [1..p])
133+
s <- elements (Nothing : map Just [1..p])
134134
return $ NumericStorage p s
135135

136136
data PrecisionStorage = PrecisionStorage Int

0 commit comments

Comments
 (0)