mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 01:54:20 +03:00
chore: reformat
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
parent
57d3d4815b
commit
5c8481a118
20 changed files with 134 additions and 119 deletions
|
|
@ -107,7 +107,7 @@ std::optional<LogParser::ParsedItem> LogParser::parseNext()
|
|||
if (m_buffer.trimmed().isEmpty()) {
|
||||
auto text = QString(m_buffer);
|
||||
m_buffer.clear();
|
||||
return LogParser::PlainText { text };
|
||||
return LogParser::PlainText{ text };
|
||||
}
|
||||
|
||||
// check if we have a full xml log4j event
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue