Remove extra space

Co-authored-by: Alex Vanyo <vanyoalex@gmail.com>
pull/38/head
Satyan Jacquens 2 years ago committed by sjcqs
parent 35e6a5fd41
commit b7475311d5

@ -7,7 +7,7 @@ import org.gradle.kotlin.dsl.getByType
class SpotlessConventionPlugin : Plugin<Project> {
override fun apply(target: Project) {
with (target) {
with(target) {
pluginManager.apply("com.diffplug.spotless")
val libs = extensions.getByType<VersionCatalogsExtension>().named("libs")

Loading…
Cancel
Save