Skip to content

Commit

Permalink
bug(#3790): comma
Browse files Browse the repository at this point in the history
  • Loading branch information
maxonfjvipon committed Dec 29, 2024
1 parent 2c71071 commit efa8273
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion eo-runtime/src/test/groovy/verify.groovy
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import java.nio.file.Path
import java.nio.file.Path

/**
* The MIT License (MIT)
Expand Down
2 changes: 1 addition & 1 deletion src/test/groovy/verify.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

[
'src/test/groovy/check-xsl-id.groovy',
'src/test/groovy/check-xsl-version.groovy'
'src/test/groovy/check-xsl-version.groovy',
].each { filename ->
evaluate(new File(filename))
log.info "Verified with $filename - OK"
Expand Down

0 comments on commit efa8273

Please sign in to comment.