Skip to content

Commit 43be518

Browse files
committed
chore: codefmt
1 parent 758d580 commit 43be518

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/slt/copy.slt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ create table test_copy (a int primary key, b float, c varchar(10))
55
query I
66
COPY test_copy FROM 'tests/data/copy.tbl' ( DELIMITER '|' );
77
----
8-
import 2 rows
8+
2
99

1010
query I
1111
SELECT * FROM test_copy

0 commit comments

Comments
 (0)