summaryrefslogtreecommitdiff
path: root/src/utils
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils')
-rw-r--r--src/utils/string.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/utils/string.hpp b/src/utils/string.hpp
index 84ba101..071ce2c 100644
--- a/src/utils/string.hpp
+++ b/src/utils/string.hpp
@@ -6,5 +6,3 @@
bool to_bool(const std::string& val);
std::vector<std::string> cut(const std::string& val, const std::size_t size);
-
-