mirror of
https://github.com/psviderski/uncloud.git
synced 2026-08-26 11:03:34 +00:00
fix: remove extra line between services in deploy plan
This commit is contained in:
@@ -41,7 +41,7 @@ func (p *Plan) Format(resolvers map[string]operation.NameResolver) string {
|
|||||||
for _, svcPlan := range p.Services {
|
for _, svcPlan := range p.Services {
|
||||||
resolver := resolvers[svcPlan.ServiceID]
|
resolver := resolvers[svcPlan.ServiceID]
|
||||||
out.WriteString(svcPlan.Format(resolver))
|
out.WriteString(svcPlan.Format(resolver))
|
||||||
out.WriteString("\n\n")
|
out.WriteString("\n")
|
||||||
}
|
}
|
||||||
|
|
||||||
// Format summary footer.
|
// Format summary footer.
|
||||||
|
|||||||
Reference in New Issue
Block a user