From 328a1f481c54df224029fd4033578019924531b5 Mon Sep 17 00:00:00 2001
From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com>
Date: Mon, 9 Oct 2023 09:12:57 +0000
Subject: [PATCH] [autofix.ci] apply automated fixes (attempt 2/3)
---
src/dict/dsl.cc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/dict/dsl.cc b/src/dict/dsl.cc
index db7f9c989b..2f2ea7524e 100644
--- a/src/dict/dsl.cc
+++ b/src/dict/dsl.cc
@@ -834,8 +834,8 @@ string DslDictionary::nodeToHtml( ArticleDom::Node const & node )
string maxWidthStyle = " style=\"max-width:100%;\" ";
- result +=
- string("";
+ result += string( "";
}
else if ( Filetype::isNameOfVideo( filename ) ) {
QUrl url;