Skip to content
Snippets Groups Projects
Commit f8db6036 authored by Simon Ebbers's avatar Simon Ebbers
Browse files

code style changes

parent 3efa0b9d
No related branches found
No related tags found
No related merge requests found
......@@ -94,7 +94,7 @@ int main() {
std::cout << e.what();
}
if (result != INT_MAX) {
std::cout << "Result is: " << result << '\n';
std::cout << "Result is: " << result << '\n';
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment