Skip to content

Commit 7ebfef1

Browse files
committed
ktlint fix
1 parent 3a6a2a2 commit 7ebfef1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,7 @@ fun String?.orDefault(default: String): String = this ?: default
470470
* @param enableCoverage flag to enable/disable coverage computation
471471
*/
472472
val headless by intellijPlatformTesting.runIde.registering {
473-
if (hasGrazieAccess == null){
473+
if (hasGrazieAccess == null) {
474474
println("ERROR: Grazie access not found, skipping headless test generation")
475475
return@registering
476476
}

0 commit comments

Comments
 (0)