diff --git a/RPCDoor.h b/RPCDoor.h index f1557dcde0..f91f864855 100644 --- a/RPCDoor.h +++ b/RPCDoor.h @@ -15,4 +15,4 @@ class RPCDoor bool isClientAllowed(const std::string& ip); public: RPCDoor(boost::asio::io_service& io_service); -}; \ No newline at end of file +};