mirror of
https://github.com/tnb-labs/panel.git
synced 2026-09-01 14:55:12 +08:00
fix: lint
This commit is contained in:
@@ -250,7 +250,7 @@ func (r *databaseRepo) Comment(req *request.DatabaseComment) error {
|
||||
defer operator.Close()
|
||||
return operator.(*db.Postgres).DatabaseComment(req.Name, req.Comment)
|
||||
default:
|
||||
return fmt.Errorf(r.t.Get("%s does not support database comment"), server.Type)
|
||||
return fmt.Errorf(r.t.Get("%s does not support database comment", server.Type))
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user