diff --git a/src/Util.cpp b/src/Util.cpp index dda8cb9..54649e9 100644 --- a/src/Util.cpp +++ b/src/Util.cpp @@ -107,4 +107,5 @@ bool mrbesen::Util::insertStart(std::string& str, const std::string& start) { str = start + str; return true; -} \ No newline at end of file +} +