Skip to content
Snippets Groups Projects
Commit dd600bce authored by Damian Puente's avatar Damian Puente
Browse files

Merge branch 'master' into 'master'

Fix codestyle

See merge request dp173259/rpn_collab!3
parents 5346e8c1 598a84ae
No related branches found
No related tags found
No related merge requests found
......@@ -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