Skip to content

Commit

Permalink
Little refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
davidepalladino-apuliasoft authored and lanarimarco committed Jan 10, 2025
1 parent f4eaee7 commit 6d31bb6
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -239,9 +239,7 @@ data class UnlimitedStringValue(var value: String) : AbstractStringValue {

override fun getWrappedString() = value

override fun render(): String {
return value
}
override fun render(): String = value
}

@Serializable
Expand Down

0 comments on commit 6d31bb6

Please sign in to comment.