Skip to content

Commit 99218ff

Browse files
author
Jan Gaebel
committed
fix(ktlint): violation
1 parent 9017502 commit 99218ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/com/liftric/code/artifact/repository/CodeArtifactRepositoryPlugin.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ private lateinit var codeArtifact: CodeArtifact
2121
private lateinit var extension: CodeArtifactRepositoryExtension
2222

2323
abstract class CodeArtifactRepositoryPlugin : Plugin<Any> {
24-
override fun apply(scope: Any) {
24+
override fun apply(scope: Any) {
2525
when (scope) {
2626
is Settings -> {
2727
extension = scope.extensions.create(extensionName)

0 commit comments

Comments
 (0)