Skip to content

Commit 1dfee84

Browse files
committed
fix pre-commit hook errors
1 parent 4f8930d commit 1dfee84

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

test/expected/primary_key_queries.out

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
begin;
22
-- Set up test tables with different primary key configurations
3-
43
-- Table with single column integer primary key
54
create table person(
65
id int primary key,
@@ -266,7 +265,7 @@ begin;
266265
...PersonFields
267266
}
268267
}
269-
268+
270269
fragment PersonFields on Person {
271270
id
272271
name
@@ -312,4 +311,4 @@ begin;
312311
}
313312
(1 row)
314313

315-
rollback;
314+
rollback;

test/sql/primary_key_queries.sql

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
begin;
22
-- Set up test tables with different primary key configurations
3-
3+
44
-- Table with single column integer primary key
55
create table person(
66
id int primary key,
@@ -171,7 +171,7 @@ begin;
171171
...PersonFields
172172
}
173173
}
174-
174+
175175
fragment PersonFields on Person {
176176
id
177177
name
@@ -193,4 +193,4 @@ begin;
193193
$$)
194194
);
195195

196-
rollback;
196+
rollback;

0 commit comments

Comments
 (0)