Skip to content

Commit 1eec57c

Browse files
style: pre-commit.ci fixes
1 parent ea38e02 commit 1eec57c

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

include/cliutils/custom_util.hpp

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44
namespace cliutils {
55

66
// 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-
}
7+
inline std::string reverse_string(const std::string &input) { return std::string(input.rbegin(), input.rend()); }
128

9+
} // namespace cliutils

0 commit comments

Comments
 (0)