Skip to content

Commit

Permalink
style: consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
c-dilks committed Sep 27, 2023
1 parent c8d7796 commit 699d8ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion validation/advanced-tests/test-run-groovy.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
System.err.println "ERROR: environment variable $name is set, but empty"
System.exit(100)
}
System.out.println("$name = $val")
System.out.println "$name = $val"
}

// try to import a local package
Expand Down

0 comments on commit 699d8ee

Please sign in to comment.