Skip to content

Commit 8a9f323

Browse files
committed
Format
1 parent 516973e commit 8a9f323

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

maven-binding-builder/src/main/kotlin/io/github/typesafegithub/workflows/mavenbinding/VersionArtifactsBuilding.kt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,10 @@ data class VersionArtifacts(
1919
val typingActualSource: TypingActualSource?,
2020
)
2121

22-
suspend fun buildVersionArtifacts(actionCoords: ActionCoords, httpClient: HttpClient): VersionArtifacts? {
22+
suspend fun buildVersionArtifacts(
23+
actionCoords: ActionCoords,
24+
httpClient: HttpClient,
25+
): VersionArtifacts? {
2326
with(actionCoords) {
2427
val jars = buildJars(httpClient = httpClient) ?: return null
2528
val pom = buildPomFile()

0 commit comments

Comments
 (0)