Skip to content

Commit

Permalink
[#18] Conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
alberskib committed Jul 27, 2014
1 parent 61f05a6 commit 31fb7e8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ object TableGoSchema {
implicit def default[A <: Singleton with AnyProperty] =
at[A](a => (sdkRep, a))
}
attributes.map(fromSDKRep)
attributes.mapHList(toSDKRepAndPropertyTuple).map(fromSDKRep)
}
}

Expand Down

0 comments on commit 31fb7e8

Please sign in to comment.