Skip to content

Commit 01d5679

Browse files
authored
Merge pull request mrtazz#59 from tuvistavie/master
Fix -Wpedantic warning
2 parents fd0ab0f + 03272c4 commit 01d5679

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/restclient-cpp/restclient.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,6 @@ Response put(const std::string& url,
5959
const std::string& data);
6060
Response del(const std::string& url);
6161

62-
}; // namespace RestClient
62+
} // namespace RestClient
6363

6464
#endif // INCLUDE_RESTCLIENT_CPP_RESTCLIENT_H_

0 commit comments

Comments
 (0)