Skip to content

Commit

Permalink
begone trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
nvnieuwk committed Nov 7, 2023
1 parent 1fe2358 commit d82d1a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/DynamicContainers.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class DynamicContainers {
def ArrayList images = jsonResponse["images"].findAll { it["image_type"].toLowerCase() == type }
if(images.size() > 1 && type != "conda") {
return this.getLatestImage(images)
}
}
else if(images.size() == 0 && type == "singularity") {
images = jsonResponse["images"].findAll { it["image_type"].toLowerCase() == "docker" }
return this.getLatestImage(images)
Expand Down

0 comments on commit d82d1a8

Please sign in to comment.