removing extra line

This commit is contained in:
Adam Brown 2022-07-05 15:38:45 +01:00
parent ff2fc3e0a7
commit a0f86d270b

View file

@ -152,7 +152,6 @@ class EventHtmlRenderer @Inject constructor(
class MatrixHtmlPluginConfigure @Inject constructor(private val colorProvider: ColorProvider, private val resources: Resources) : HtmlPlugin.HtmlConfigure {
override fun configureHtml(plugin: HtmlPlugin) {
plugin
.addHandler(ListHandlerWithInitialStart())
.addHandler(FontTagHandler())