Skip to content

Commit

Permalink
Correct formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
IgnatBeresnev committed Jun 17, 2022
1 parent dba2829 commit 2931003
Showing 1 changed file with 3 additions and 3 deletions.
Expand Up @@ -279,9 +279,9 @@ class KotlinSignatureProvider(ctcc: CommentsToContentConverter, logger: DokkaLog
}
}

private fun DProperty.isMutable(): Boolean {
return this.extra[IsVar] != null || this.setter != null
}
private fun DProperty.isMutable(): Boolean {
return this.extra[IsVar] != null || this.setter != null
}

private fun PageContentBuilder.DocumentableContentBuilder.highlightValue(expr: Expression) = when (expr) {
is IntegerConstant -> constant(expr.value.toString())
Expand Down

0 comments on commit 2931003

Please sign in to comment.