Skip to content

Commit e059d32

Browse files
committed
fix: formatting
1 parent aa193ae commit e059d32

File tree

1 file changed

+2
-1
lines changed
  • plugin-test-report-aggregator/src/main/kotlin/io/github/bhargavms/junit/better/report/aggregator

1 file changed

+2
-1
lines changed

plugin-test-report-aggregator/src/main/kotlin/io/github/bhargavms/junit/better/report/aggregator/TestReportAggregator.kt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ import org.gradle.kotlin.dsl.register
88

99
class TestReportAggregator : Plugin<Project> {
1010
override fun apply(target: Project) {
11-
val extension = target.extensions.create<TestReportAggregatorExtension>("honestTestReportAggregator")
11+
val extension = target.extensions
12+
.create<TestReportAggregatorExtension>("honestTestReportAggregator")
1213
val outputFile = extension.outputDir
1314
target.tasks.register<TestReportAggregationTask>("aggregateJUnitXMLReports") {
1415
outputDirPath.set(outputFile)

0 commit comments

Comments
 (0)