Skip to content

Commit

Permalink
Fix formatting in ConfigurePlugin class
Browse files Browse the repository at this point in the history
Signed-off-by: James Bradlee <[email protected]>
  • Loading branch information
testersen committed Apr 1, 2024
1 parent 2810828 commit 7db2cfc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import org.gradle.api.Plugin
import org.gradle.api.Project

class ConfigurePlugin : Plugin<Project> {
override fun apply(target: Project) {
override fun apply(target: Project) {
target.pluginManager.apply(PublishPlugin::class.java)
}
}

0 comments on commit 7db2cfc

Please sign in to comment.