Skip to content

Commit 7129f7a

Browse files
committed
chore: tabs -> spaces
1 parent a4a9ca7 commit 7129f7a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/lib/sql/functions.sql

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@ FROM
2929
LEFT JOIN pg_type t ON t.oid = p.prorettype
3030
LEFT JOIN (
3131
SELECT
32-
oid as id,
33-
(string_to_array(unnest(proconfig), '='))[1] AS param,
34-
(string_to_array(unnest(proconfig), '='))[2] AS value
35-
FROM
36-
pg_proc
37-
) p_config ON p_config.id = p.oid
32+
oid as id,
33+
(string_to_array(unnest(proconfig), '='))[1] AS param,
34+
(string_to_array(unnest(proconfig), '='))[2] AS value
35+
FROM
36+
pg_proc
37+
) p_config ON p_config.id = p.oid
3838
GROUP BY
3939
p.oid,
4040
n.nspname,

0 commit comments

Comments
 (0)