Skip to content

Commit cf0c261

Browse files
Fix codcay warning (#14)
1 parent ec03ccc commit cf0c261

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/HTTPClientRAII.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#include "HTTPClientRAII.h"
22

3+
// codacy-disable-next-line cpp/explicit-copy-constructor
34
HTTPClientRAII::HTTPClientRAII() : http(new HTTPClient()) {}
45

56
HTTPClientRAII::~HTTPClientRAII()

0 commit comments

Comments
 (0)