[autofix.ci] apply automated fixes

This commit is contained in:
autofix-ci[bot] 2024-11-16 14:14:45 +00:00 committed by GitHub
parent 3a6a8b8c48
commit 9eaf488c8e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -858,7 +858,6 @@ void DictServerArticleRequest::readData( QByteArray reply )
emit finishedArticle( articleText ); emit finishedArticle( articleText );
return; return;
} }
} }
else { else {
reply = dictImpl->socket.readAll(); reply = dictImpl->socket.readAll();