Skip to content

Commit 7db2cfc

Browse files
committed
Fix formatting in ConfigurePlugin class
Signed-off-by: James Bradlee <[email protected]>
1 parent 2810828 commit 7db2cfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/kotlin/io/tnboot/gradle/build/ConfigurePlugin.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import org.gradle.api.Plugin
44
import org.gradle.api.Project
55

66
class ConfigurePlugin : Plugin<Project> {
7-
override fun apply(target: Project) {
7+
override fun apply(target: Project) {
88
target.pluginManager.apply(PublishPlugin::class.java)
99
}
1010
}

0 commit comments

Comments
 (0)