Skip to content
Snippets Groups Projects
Commit 27897e1d authored by Florian Steinkamp's avatar Florian Steinkamp
Browse files

fixed indentation.

parent 7502cd32
No related branches found
No related tags found
No related merge requests found
......@@ -41,9 +41,9 @@ int divide(int a, int b) {
std::unordered_map<char, decltype(&plus)> map {
{'+', add},
{'-', subtract},
{'*', multiply},
{'/', divide}
{'-', subtract},
{'*', multiply},
{'/', divide}
};
int evaluate(const std::string &s) {
......
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