Skip to content
Prev Previous commit
Next Next commit
Making the method parameters line up.
  • Loading branch information
danbev committed Jul 26, 2016
commit c45aa0603aa0bda05b02945c1e5c95f4bfb453ae
4 changes: 2 additions & 2 deletions src/connect_wrap.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ namespace node {
class ConnectWrap : public ReqWrap<uv_connect_t> {
public:
ConnectWrap(Environment* env,
v8::Local<v8::Object> req_wrap_obj,
AsyncWrap::ProviderType provider);
v8::Local<v8::Object> req_wrap_obj,
AsyncWrap::ProviderType provider);

size_t self_size() const override { return sizeof(*this); }
};
Expand Down