Skip to content

Commit 5476ca8

Browse files
Andrii BoichukAndrii Boichuk
authored andcommitted
fixed warning in main.cc
1 parent 1c6c924 commit 5476ca8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Test/main.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ int main(int argc, char *argv[])
243243

244244
int startError = wd_server->Start();
245245
if (startError){
246-
std::cout << "Error while starting server, errorCode " << startError << endl;
246+
std::cout << "Error while starting server, errorCode " << startError << std::endl;
247247
return startError;
248248
}
249249

0 commit comments

Comments
 (0)