Skip to content
This repository was archived by the owner on Feb 6, 2022. It is now read-only.

Commit 97b6371

Browse files
committed
fix: Remove new line from sources
1 parent b81d558 commit 97b6371

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ejudge/task.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ int fetch(int argc, const char* argv[]) {
6464

6565
parser::Parser client(cfg);
6666

67-
std::cout << client.source(id) << std::endl;
67+
std::cout << client.source(id);
6868

6969
return 0;
7070
}

0 commit comments

Comments
 (0)