Skip to content

Commit 8dc3a81

Browse files
committed
Whitespace.
1 parent e125e3c commit 8dc3a81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphql.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ BEGIN
317317
--- being a function call, by the way).
318318
lookups := lookups || format('.%I', sub.selector);
319319
END CASE;
320-
labels := labels || format('%I', sub.selector);
320+
labels := labels || format('%I', sub.selector);
321321
END LOOP;
322322
q := format(E'SELECT to_json(_) AS %I\n'
323323
' FROM (VALUES (%s)) AS _(%s)',

0 commit comments

Comments
 (0)