Skip to content

Commit 9db4e04

Browse files
committed
formatting
1 parent cf02e2d commit 9db4e04

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

build.gradle.kts

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,11 @@ private fun validateKotlinMultiplatformCoreArtifacts(project: Project) {
9696
)
9797
val listOfArtifactPaths = buildList {
9898
add("$rootDistributionFilePath$sep$baseFileName-$version.zip")
99-
addAll(platforms.map { platform ->
100-
"$rootDistributionFilePath$sep$baseFileName-$platform-$version.zip"
101-
})
99+
addAll(
100+
platforms.map { platform ->
101+
"$rootDistributionFilePath$sep$baseFileName-$platform-$version.zip"
102+
}
103+
)
102104
}
103105

104106
listOfArtifactPaths.forEach { artifactPath ->

0 commit comments

Comments
 (0)