clang-format
diff --git a/include/base64.hpp b/include/base64.hpp
index f5ff338..e024d0a 100644
--- a/include/base64.hpp
+++ b/include/base64.hpp
@@ -3,7 +3,6 @@
 
 namespace base64 {
 
-    bool base64_encode(const gsl::cstring_span<> &input, std::string &output);
-    bool base64_decode(const gsl::cstring_span<> &input, std::string &output);
-
+bool base64_encode(const gsl::cstring_span<> &input, std::string &output);
+bool base64_decode(const gsl::cstring_span<> &input, std::string &output);
 }
\ No newline at end of file