Skip to content

Commit

Permalink
Update foo.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
DoozyX authored Dec 21, 2023
1 parent 2c204c1 commit fca5c0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/foo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

std::string foo(const std::string &a, const std::string &b) {
std::string sum;
sum = a + b;
sum = a + b;
return sum;
}

0 comments on commit fca5c0c

Please sign in to comment.