We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea38e02 commit 1eec57cCopy full SHA for 1eec57c
include/cliutils/custom_util.hpp
@@ -4,9 +4,6 @@
4
namespace cliutils {
5
6
// Returns the reverse of a given string
7
-inline std::string reverse_string(const std::string &input) {
8
- return std::string(input.rbegin(), input.rend());
9
-}
10
-
11
+inline std::string reverse_string(const std::string &input) { return std::string(input.rbegin(), input.rend()); }
12
+} // namespace cliutils
0 commit comments