Skip to content

Commit

Permalink
Fix trailing commas
Browse files Browse the repository at this point in the history
  • Loading branch information
Virtlink committed Jul 29, 2024
1 parent acae144 commit 5995874
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lwb/spoofax.lwb.compiler/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,6 @@ tasks.test {
"--add-opens", "java.base/java.net=ALL-UNNAMED",
"--add-opens", "java.base/java.text=ALL-UNNAMED",
"--add-opens", "java.base/java.util=ALL-UNNAMED",
"--add-opens", "java.base/java.util.concurrent=ALL-UNNAMED",
"--add-opens", "java.base/java.util.concurrent=ALL-UNNAMED"
))
}
2 changes: 1 addition & 1 deletion lwb/spoofax.lwb.dynamicloading/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@ tasks.test {
"--add-opens", "java.base/java.net=ALL-UNNAMED",
"--add-opens", "java.base/java.text=ALL-UNNAMED",
"--add-opens", "java.base/java.util=ALL-UNNAMED",
"--add-opens", "java.base/java.util.concurrent=ALL-UNNAMED",
"--add-opens", "java.base/java.util.concurrent=ALL-UNNAMED"
))
}

0 comments on commit 5995874

Please sign in to comment.