small fixes in formatting

This commit is contained in:
InsanusMokrassar 2022-01-04 22:54:50 +06:00
parent 26fe225577
commit ca1a91e0f0
3 changed files with 3 additions and 3 deletions

View File

@ -58,7 +58,7 @@ publishing {
}
}
repositories {
${repositories.joinToString("\n ") { it.build(" ") }}
${repositories.joinToString("\n ") { it.build(" ") }}
}
}
}

View File

@ -55,7 +55,7 @@ publishing {
}
}
repositories {
${repositories.joinToString("\n ") { it.build(" ") }}
${repositories.joinToString("\n ") { it.build(" ") }}
}
}
}

View File

@ -44,7 +44,7 @@ publishing {
}
}
repositories {
${repositories.joinToString("\n ") { it.build(" ") }}
${repositories.joinToString("\n ") { it.build(" ") }}
}
}
}