Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
verdverm opened this issue Jan 24, 2023 · 0 comments
Open

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

verdverm opened this issue Jan 24, 2023 · 0 comments
Labels
upstream Upstream package error

Comments

@verdverm
Copy link

               // add a closure to the buildMap
-              buildsMap[imageName] = { ->
-                def hyphenImageName = imageName.replaceAll("_","-")
-
+              buildsMap[imageName] = {
+                -> def hyphenImageName = imageName.replaceAll("_", "-")
@verdverm verdverm changed the title Closure had a newline inserted where it should not Closure had the arrow moved to the next line when it should not Jan 24, 2023
@Airkro Airkro added the upstream Upstream package error label Jan 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
upstream Upstream package error
Development

No branches or pull requests

2 participants