Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
jangalinski committed Aug 22, 2024
1 parent 08ac4cc commit 363db14
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class KotlinAnnotationClassSpecBuilder internal constructor(
ConstructorPropertySupport<KotlinAnnotationClassSpecBuilder>,
KotlinDocumentableBuilder<KotlinAnnotationClassSpecBuilder>,
KotlinMemberSpecHolderBuilder<KotlinAnnotationClassSpecBuilder>,
KotlinTypeSpecHolderBuilder<KotlinAnnotationClassSpecBuilder>{
KotlinTypeSpecHolderBuilder<KotlinAnnotationClassSpecBuilder> {

companion object {

Expand Down Expand Up @@ -54,7 +54,6 @@ class KotlinAnnotationClassSpecBuilder internal constructor(
fun contextReceivers(vararg receiverTypes: TypeName): KotlinAnnotationClassSpecBuilder = builder { this.contextReceivers(*receiverTypes) }



fun addOriginatingElement(originatingElement: Element) = builder { this.addOriginatingElement(originatingElement) }

override fun addType(typeSpec: TypeSpecSupplier) = builder { this.addType(typeSpec.get()) }
Expand Down

0 comments on commit 363db14

Please sign in to comment.