Skip to content

Commit

Permalink
refactor: remove redundant comment in Image method
Browse files Browse the repository at this point in the history
  • Loading branch information
revelaction committed Sep 28, 2024
1 parent 46d94c5 commit 4bc6483
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ func (i *Image) TruncatedValue() string {
}

// Image selects a random image from the list of images with the same `Name` property.
// It returns the selected image and a boolean indicating whether an image was found.
func (c *Config) Image(name string) (Image, bool) {
var matchingImages []Image
for _, img := range c.Images {
Expand Down

0 comments on commit 4bc6483

Please sign in to comment.