From 85b534a17f3841acbd69da271c377262d5c1d15d Mon Sep 17 00:00:00 2001 From: Satyan Jacquens Date: Mon, 16 May 2022 16:34:53 +0200 Subject: [PATCH] Remove extra space Co-authored-by: Alex Vanyo --- .../convention/src/main/kotlin/SpotlessConventionPlugin.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-logic/convention/src/main/kotlin/SpotlessConventionPlugin.kt b/build-logic/convention/src/main/kotlin/SpotlessConventionPlugin.kt index 11ad1d622..285e46e1b 100644 --- a/build-logic/convention/src/main/kotlin/SpotlessConventionPlugin.kt +++ b/build-logic/convention/src/main/kotlin/SpotlessConventionPlugin.kt @@ -7,7 +7,7 @@ import org.gradle.kotlin.dsl.getByType class SpotlessConventionPlugin : Plugin { override fun apply(target: Project) { - with (target) { + with(target) { pluginManager.apply("com.diffplug.spotless") val libs = extensions.getByType().named("libs")