mirror of
https://github.com/minio/minio.git
synced 2025-11-20 18:06:10 -05:00
run gofumpt cleanup across code-base (#14015)
This commit is contained in:
@@ -296,7 +296,6 @@ func (target *PostgreSQLTarget) Close() error {
|
||||
|
||||
// Executes the table creation statements.
|
||||
func (target *PostgreSQLTarget) executeStmts() error {
|
||||
|
||||
_, err := target.db.Exec(fmt.Sprintf(psqlTableExists, target.args.Table))
|
||||
if err != nil {
|
||||
createStmt := psqlCreateNamespaceTable
|
||||
|
||||
Reference in New Issue
Block a user