Skip to content

Commit

Permalink
Fix space
Browse files Browse the repository at this point in the history
  • Loading branch information
horpto authored and jackc committed Jul 31, 2023
1 parent a2afee3 commit ce6e68c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composite_fields_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ func TestCompositeFieldsEncode(t *testing.T) {
create type cf_encode as (
a text,
b int4,
b int4,
c text,
d float8,
e text
Expand Down
2 changes: 1 addition & 1 deletion composite_type_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ func TestCompositeTypeTranscode(t *testing.T) {
create type ct_test as (
a text,
b int4
b int4
);`)
require.NoError(t, err)
defer conn.Exec(context.Background(), "drop type ct_test")
Expand Down

0 comments on commit ce6e68c

Please sign in to comment.