Skip to content

Closure had the arrow moved to the next line when it should not #9

@verdverm

Description

@verdverm
               // add a closure to the buildMap
-              buildsMap[imageName] = { ->
-                def hyphenImageName = imageName.replaceAll("_","-")
-
+              buildsMap[imageName] = {
+                -> def hyphenImageName = imageName.replaceAll("_", "-")

Metadata

Metadata

Assignees

No one assigned

    Labels

    upstreamUpstream package error

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions