We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a1ff38 commit 85af1a6Copy full SHA for 85af1a6
1 file changed
src/connection_wrap.h
@@ -23,8 +23,7 @@ class ConnectionWrap : public StreamWrap {
23
v8::Local<v8::Object> object,
24
ProviderType provider,
25
AsyncWrap* parent);
26
- ~ConnectionWrap() {
27
- }
+ ~ConnectionWrap() = default;
28
29
UVType handle_;
30
};
0 commit comments