mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-22 15:25:19 +00:00
fix formatting
This commit is contained in:
@@ -584,8 +584,8 @@ func (e *GoogleApp) deleteApp(ctx context.Context, tenantID string, srv *pb.Serv
|
|||||||
// check the status
|
// check the status
|
||||||
switch srv.Status {
|
switch srv.Status {
|
||||||
case domain.StatusUpdating, domain.StatusDeploying, domain.StatusDeleting:
|
case domain.StatusUpdating, domain.StatusDeploying, domain.StatusDeleting:
|
||||||
log.Errorf("Won't delete: % is %s", srv.Name, srv.Status)
|
log.Errorf("Won't delete: %s is %s", srv.Name, srv.Status)
|
||||||
return errors.BadRequest("app.delete", "% status: %s", srv.Name, srv.Status)
|
return errors.BadRequest("app.delete", "%s status: %s", srv.Name, srv.Status)
|
||||||
}
|
}
|
||||||
|
|
||||||
// delete from the db
|
// delete from the db
|
||||||
|
|||||||
Reference in New Issue
Block a user