Skip to content

Commit 9625387

Browse files
authored
style: format codes
1 parent a48833a commit 9625387

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/lemon.cpp

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -999,12 +999,12 @@ void LemonLime::changeContestName() {
999999
}
10001000

10011001
void LemonLime::aboutLemon() {
1002-
QString text;
1002+
QString text;
10031003
text += "<h2>Project LemonLime</h2>";
1004-
text += "<h3>" +
1005-
tr("Version: %1")
1006-
.arg(QString(LEMON_VERSION_STRING) + QString(":") + QString(LEMON_VERSION_BUILD)) +
1007-
"</h3>";
1004+
text +=
1005+
"<h3>" +
1006+
tr("Version: %1").arg(QString(LEMON_VERSION_STRING) + QString(":") + QString(LEMON_VERSION_BUILD)) +
1007+
"</h3>";
10081008
text += tr("This is a tiny judging environment for OI contest based on Project LemonPlus.") + "<br>";
10091009
text += tr("Based on Project Lemon version 1.2 Beta by Zhipeng Jia, 2011") + "<br>";
10101010
text += tr("Based on Project LemonPlus by Dust1404, 2019") + "<br>";

0 commit comments

Comments
 (0)