Skip to content

Commit 46c6e4d

Browse files
committed
fix golangci-lint
1 parent a60bd14 commit 46c6e4d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

internal/pgvector/postgres.go

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,4 @@ func DisableInPostgreSQL(ctx context.Context, exec postgres.Executor) error {
4545
}
4646

4747
// PostgreSQLParameters sets the parameters required by pgAudit.
48-
func PostgreSQLParameters(outParameters *postgres.Parameters) {
49-
return
50-
}
48+
func PostgreSQLParameters(outParameters *postgres.Parameters) {}

0 commit comments

Comments
 (0)