Skip to content

Commit

Permalink
Applied :spotlessApply changes
Browse files Browse the repository at this point in the history
Signed-off-by: Pawel Gudel <[email protected]>
  • Loading branch information
pawel-gudel-eliatra committed Jun 14, 2023
1 parent 59e1cbd commit bf86452
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ test {
splitTestConfig.each { entry ->
entry.value.each{ test ->
if (test.key == "includeTestsMatching") {
test.value.each{
test.value.each{
excludeTestsMatching "${it}"
}
} else if (test.key == "includeTest") {
Expand Down

0 comments on commit bf86452

Please sign in to comment.