aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorAdam <adammegarules1@gmail.com>2026-08-10 17:17:49 +0200
committerAdam <adammegarules1@gmail.com>2026-08-10 17:17:49 +0200
commit96791e7ab670176d25e313caf2a428e21ccef168 (patch)
treed1f16b1ebdfe00cda8f189f1d50cfb96059bdc14 /src/main.cpp
parent5ad271953558c4b9212137c60187bc018e2f45f1 (diff)
folowing the lint suggestions
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index a2af33f..aa238ce 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -44,7 +44,7 @@ static void perft(int argc, char *argv[]) {
std::ostringstream oss;
oss << "{\"ms\": " << ms << ", \"result\": " << count << "}";
- std::cout << oss.str() << std::endl;
+ std::cout << oss.str() << "\n";
}
int main(int argc, char *argv[]) {