From 43c982cf8a8eb15c482b55013839569a03d928dd Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Sun, 3 Nov 2024 07:26:21 +0000 Subject: [PATCH] [autofix.ci] apply automated fixes --- src/dict/website.cc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/dict/website.cc b/src/dict/website.cc index f0a3e399..df8d0c37 100644 --- a/src/dict/website.cc +++ b/src/dict/website.cc @@ -336,15 +336,15 @@ sptr< DataRequest > WebSiteDictionary::getArticle( wstring const & str, result += string( "
this website dictionary is opened in the new tab
" ); } else { - fmt::format_to( std::back_inserter( result ), + fmt::format_to( std::back_inserter( result ), R"()", - getId(), - encodeUrl.toStdString(), - getId() ); + getId(), + encodeUrl.toStdString(), + getId() ); } auto dr = std::make_shared< DataRequestInstant >( true ); dr->appendString( result );