Skip to content

Commit

Permalink
src: fix align in cares_wrap.h
Browse files Browse the repository at this point in the history
Co-authored-by: James M Snell <jasnell@gmail.com>

PR-URL: #39610
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
  • Loading branch information
oluan authored and targos committed Sep 4, 2021
1 parent defb77c commit 1aa2080
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/cares_wrap.h
Expand Up @@ -148,10 +148,10 @@ struct NodeAresTask final : public MemoryRetainer {
class ChannelWrap final : public AsyncWrap {
public:
ChannelWrap(
Environment* env,
v8::Local<v8::Object> object,
int timeout,
int tries);
Environment* env,
v8::Local<v8::Object> object,
int timeout,
int tries);
~ChannelWrap() override;

static void New(const v8::FunctionCallbackInfo<v8::Value>& args);
Expand Down

0 comments on commit 1aa2080

Please sign in to comment.