From a0f86d270b699a311bc0b23634829379fc29d029 Mon Sep 17 00:00:00 2001 From: Adam Brown Date: Tue, 5 Jul 2022 15:38:45 +0100 Subject: [PATCH] removing extra line --- .../main/java/im/vector/app/features/html/EventHtmlRenderer.kt | 1 - 1 file changed, 1 deletion(-) diff --git a/vector/src/main/java/im/vector/app/features/html/EventHtmlRenderer.kt b/vector/src/main/java/im/vector/app/features/html/EventHtmlRenderer.kt index 768e0f222d..412b28862a 100644 --- a/vector/src/main/java/im/vector/app/features/html/EventHtmlRenderer.kt +++ b/vector/src/main/java/im/vector/app/features/html/EventHtmlRenderer.kt @@ -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())