mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-11-09 18:44:45 +08:00
go fmt
This commit is contained in:
@@ -48,7 +48,7 @@ func (store *PostgresStore) initialize(upsertQuery string, enableUpsert bool, us
|
||||
|
||||
store.SupportBucketTable = false
|
||||
if !enableUpsert {
|
||||
upsertQuery = ""
|
||||
upsertQuery = ""
|
||||
}
|
||||
store.SqlGenerator = &SqlGenPostgres{
|
||||
CreateTableSqlTemplate: "",
|
||||
|
||||
Reference in New Issue
Block a user