Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
dewantawsif committed Aug 7, 2024
1 parent 17cb41d commit fc7e054
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ class DecoratorProcessor(private val codeGenerator: CodeGenerator) : SymbolProce
val itemClassName = declaration.toClassName()
val interfaceName = itemClassName.simpleNames.joinToString("_")

FileSpec.builder("${OutputPackagePrefix}.$itemPackageName", interfaceName)
FileSpec.builder("$OutputPackagePrefix.$itemPackageName", interfaceName)
.addFileComment(
FormattedGeneratedMessage,
LocalDateTime.now().format(GeneratedDateTimeFormatter),
Expand Down

0 comments on commit fc7e054

Please sign in to comment.