We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fd0ab0f + 03272c4 commit 01d5679Copy full SHA for 01d5679
1 file changed
include/restclient-cpp/restclient.h
@@ -59,6 +59,6 @@ Response put(const std::string& url,
59
const std::string& data);
60
Response del(const std::string& url);
61
62
-}; // namespace RestClient
+} // namespace RestClient
63
64
#endif // INCLUDE_RESTCLIENT_CPP_RESTCLIENT_H_
0 commit comments