chore: appease formatter
This commit is contained in:
@ -202,7 +202,7 @@ environment. Typically, you can let Abra generate them for you on app creation
|
||||
}
|
||||
|
||||
var isRecipeSecret bool
|
||||
for secretName, _ := range secrets {
|
||||
for secretName := range secrets {
|
||||
if secretName == name {
|
||||
isRecipeSecret = true
|
||||
}
|
||||
|
Reference in New Issue
Block a user