Skip to content

Commit

Permalink
Minor cosmetic cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
lpsmith committed Nov 9, 2017
1 parent e266489 commit 62bea80
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Database/PostgreSQL/Simple/FromRow.hs
Original file line number Diff line number Diff line change
Expand Up @@ -420,8 +420,7 @@ instance (FromField a, FromField b, FromField c, FromField d, FromField e,
instance (FromField a, FromField b, FromField c, FromField d, FromField e,
FromField f, FromField g, FromField h, FromField i, FromField j,
FromField k, FromField l, FromField m, FromField n, FromField o,
FromField p, FromField q, FromField q, FromField r, FromField s,
FromField t) =>
FromField p, FromField q, FromField r, FromField s, FromField t) =>
FromRow (Maybe (a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t)) where
fromRow = (null *> null *> null *> null *> null *>
null *> null *> null *> null *> null *>
Expand Down

1 comment on commit 62bea80

@BardurArantsson
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hah, another one missed :)

Please sign in to comment.