Skip to content

Commit

Permalink
Added newlines to AbstractParser, MudTelnet, Proxy.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mattias-Viklund committed Feb 2, 2024
1 parent 7cb5531 commit 4ccd3c4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/parser/abstractparser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1607,4 +1607,4 @@ void AbstractParser::slot_timersUpdate(const std::string &text)
{
sendToUser(text);
sendPromptToUser();
}
}
2 changes: 1 addition & 1 deletion src/proxy/MudTelnet.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -302,4 +302,4 @@ void MudTelnet::parseMudServerStatus(const QByteArray &data)
} catch (const std::exception &) {
} // ?

Check notice on line 304 in src/proxy/MudTelnet.cpp

View check run for this annotation

codefactor.io / CodeFactor

src/proxy/MudTelnet.cpp#L304

Redundant blank line at the end of a code block should be deleted. (whitespace/blank_line)
}
}
2 changes: 1 addition & 1 deletion src/proxy/proxy.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -584,4 +584,4 @@ void Proxy::slot_onSendGameTimeToClock(const int year,
QString mumeTime = m_mumeClock.toMumeTime(moment);
m_mumeClock.parseMumeTime(mumeTime);

Check notice on line 586 in src/proxy/proxy.cpp

View check run for this annotation

codefactor.io / CodeFactor

src/proxy/proxy.cpp#L586

Redundant blank line at the end of a code block should be deleted. (whitespace/blank_line)
}
}

0 comments on commit 4ccd3c4

Please sign in to comment.