Skip to content

Commit 73cd555

Browse files
pre-commit-ci[bot]dantti
authored andcommitted
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 6db688b commit 73cd555

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/server.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -580,7 +580,7 @@ bool ServerPrivate::parseResponseCode(int expectedCode,
580580
while (socket->canReadLine()) {
581581
// Save the server's response
582582
const QByteArray responseText = socket->readLine().trimmed();
583-
const int responseSize = responseText.size();
583+
const int responseSize = responseText.size();
584584
qCDebug(SIMPLEMAIL_SERVER) << "Got response" << responseText << "expected" << expectedCode;
585585

586586
// Extract the respose code from the server's responce (first 3 digits)

0 commit comments

Comments
 (0)