Skip to content

Commit 4d262de

Browse files
added supress annotation back to suppress
1 parent 07a3103 commit 4d262de

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

platform/jewel/markdown/core/src/main/kotlin/org/jetbrains/jewel/markdown/scrolling/ScrollSyncMarkdownBlockRenderer.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,7 @@ public open class ScrollSyncMarkdownBlockRenderer(
217217
}
218218
}
219219

220+
@Suppress("VariableNaming", "property-naming", "PrivatePropertyName")
220221
private val LocalLocatableBlock: ProvidableCompositionLocal<LocatableMarkdownBlock?> = staticCompositionLocalOf {
221222
null
222223
}

0 commit comments

Comments
 (0)