Skip to content

Commit

Permalink
Update TypeSpec.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
TrevorSStone committed Dec 3, 2024
1 parent c5a41f7 commit ff68698
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ public class TypeSpec private constructor(
}

if (allSuperTypes.isNotEmpty()) {
codeWriter.emitCode(allSuperTypes.joinToCode(separator = ", ", prefix = " : "))
codeWriter.emitCode(allSuperTypes.joinToCode(prefix = " : "))
}
if (hasNoBody) {
codeWriter.emit(" {\n}")
Expand Down

0 comments on commit ff68698

Please sign in to comment.