Skip to content
Snippets Groups Projects
Commit 598a84ae authored by Meik Selig's avatar Meik Selig
Browse files

Fix codestyle

parent b68677ff
No related branches found
No related tags found
1 merge request!3Fix codestyle
......@@ -14,7 +14,7 @@ int main() {
const int result{evaluate(user_input)};
std::cout << "Result is: " << result << '\n';
} catch (const std::invalid_argument& e){
std::cout<<"encountered invalid argument"<< e.what()<<std::endl;
std::cout << "encountered invalid argument" << e.what() << "\n";
return -1;
}
......
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