Skip to content

Commit 988ef68

Browse files
committed
Tabs to spaces
1 parent 1c13490 commit 988ef68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zson--1.0.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ BEGIN
5353
query := query || ' union all ';
5454
END IF;
5555

56-
query := query || '( select unnest(zson_extract_strings(' ||
56+
query := query || '( select unnest(zson_extract_strings(' ||
5757
quote_ident(colname) || ')) as t from ' || tabname || ' limit ' ||
5858
max_examples || ')';
5959

0 commit comments

Comments
 (0)