Skip to content

Commit 89aeb6c

Browse files
Fix spacing in pgDatabaseQuery
Co-authored-by: Joe Adams <github@joeadams.io> Signed-off-by: Jocelyn Thode <jocelynthode@users.noreply.github.com>
1 parent bacd6be commit 89aeb6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

collector/pg_database.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ var (
6363
[]string{"datname"}, nil,
6464
)
6565

66-
pgDatabaseQuery = "SELECT pg_database.datname,pg_database.datconnlimit FROM pg_database;"
66+
pgDatabaseQuery = "SELECT pg_database.datname, pg_database.datconnlimit FROM pg_database;"
6767
pgDatabaseSizeQuery = "SELECT pg_database_size($1)"
6868
)
6969

0 commit comments

Comments
 (0)