Skip to content

Commit 18284c2

Browse files
committed
fixed linting
1 parent 7e3195a commit 18284c2

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

  • kodex-common/src/main/kotlin/nl/jolanrensen/kodex/annotations

kodex-common/src/main/kotlin/nl/jolanrensen/kodex/annotations/ExportAsHtml.kt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,8 @@ import kotlin.annotation.AnnotationTarget.VALUE_PARAMETER
4848
TYPEALIAS,
4949
FILE,
5050
)
51-
annotation class ExportAsHtml(val theme: Boolean = true, val stripReferences: Boolean = true, val includeResizeScript: Boolean = true)
51+
annotation class ExportAsHtml(
52+
val theme: Boolean = true,
53+
val stripReferences: Boolean = true,
54+
val includeResizeScript: Boolean = true,
55+
)

0 commit comments

Comments
 (0)