Skip to content

Commit

Permalink
chore(linting): clean up whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Natalie Perret committed Oct 17, 2021
1 parent cfbae40 commit d659c80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Vp.FSharp.Sql.PostgreSql/Types.fs
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ type PostgreSqlDbValue =
/// Only if the relevant Npgsql mapping for the Enum has been set up beforehand.
/// See: https://www.npgsql.org/doc/types/enums_and_composites.html
| Enum of Enum

| Custom of (NpgsqlDbType * obj)

type PostgreSqlCommandDefinition =
Expand Down

0 comments on commit d659c80

Please sign in to comment.