Skip to content

Commit

Permalink
ktlint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Hello-zoka committed Dec 3, 2024
1 parent 0fceb59 commit df8dbc7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -415,5 +415,4 @@ tasks.register<Copy>("copyJUnitRunnerLib") {
*/
fun String?.orDefault(default: String): String = this ?: default


fun spaceCredentialsProvided() = spaceUsername.isNotEmpty() && spacePassword.isNotEmpty()

0 comments on commit df8dbc7

Please sign in to comment.