Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lucklypriyansh-2 committed Sep 25, 2023
1 parent 7631bde commit a55eb32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/provider/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ func (p *SaladCloudProvider) createContainersObject(pod *corev1.Pod) []saladclie
creteContainersArray = append(creteContainersArray, *createContainer)
// TODO Add support for container Registry auth
}

return creteContainersArray

}
Expand Down

0 comments on commit a55eb32

Please sign in to comment.