Skip to content

Commit

Permalink
Improve code structure
Browse files Browse the repository at this point in the history
  • Loading branch information
theEvilReaper committed Jan 10, 2024
1 parent 227fef9 commit 0a6a4fe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ package net.theevilreaper.dartpoet.code
* @author theEvilReaper
* @since 1.0.0
*/
interface Writeable<T> {
fun interface Writeable<T> {

/**
* Emits the given [spec] to the [CodeWriter].
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import net.theevilreaper.dartpoet.annotation.AnnotationSpec
import net.theevilreaper.dartpoet.code.CodeWriter
import net.theevilreaper.dartpoet.code.writer.PropertyWriter
import net.theevilreaper.dartpoet.code.buildCodeString
import net.theevilreaper.dartpoet.property.consts.ConstantPropertyBuilder
import net.theevilreaper.dartpoet.type.ClassName
import net.theevilreaper.dartpoet.type.TypeName
import net.theevilreaper.dartpoet.type.asTypeName
Expand Down

0 comments on commit 0a6a4fe

Please sign in to comment.