diff --git a/dChatServer/ChatHttpApi.cpp b/dChatServer/ChatHttpApi.cpp index 624dd988..8d652a32 100644 --- a/dChatServer/ChatHttpApi.cpp +++ b/dChatServer/ChatHttpApi.cpp @@ -80,4 +80,4 @@ void ChatHttpApi::Listen(const uint32_t port) { void ChatHttpApi::Stop(){ m_APIServer.stop(); -} \ No newline at end of file +} diff --git a/dChatServer/ChatHttpApi.h b/dChatServer/ChatHttpApi.h index d6584f35..aafb29de 100644 --- a/dChatServer/ChatHttpApi.h +++ b/dChatServer/ChatHttpApi.h @@ -3,4 +3,4 @@ namespace ChatHttpApi { void Listen(const uint32_t port); void Stop(); -}; \ No newline at end of file +};