style: 4matting

This commit is contained in:
3wc
2025-09-03 13:33:23 -04:00
parent 117f64a9d6
commit d9f1f82923
4 changed files with 11 additions and 13 deletions

View File

@ -35,7 +35,6 @@ func MergeAbraShEnv(recipe recipe.Recipe, env envfile.AppEnv) error {
return nil
}
// GetConfigsForStack retrieves all Docker configs attached to services in a given stack.
func GetConfigsForStack(cl *dockerClient.Client, app appPkg.App) (map[string]string, error) {
filters, err := app.Filters(false, false)