Skip to content

Commit

Permalink
quic: fix minor linting issue
Browse files Browse the repository at this point in the history
PR-URL: nodejs#33913
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
  • Loading branch information
jasnell committed Jun 16, 2020
1 parent ff74e35 commit 14d012e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/quic/node_quic_socket.cc
Expand Up @@ -32,13 +32,11 @@ using v8::Context;
using v8::FunctionCallbackInfo;
using v8::FunctionTemplate;
using v8::HandleScope;
using v8::Integer;
using v8::Isolate;
using v8::Local;
using v8::Number;
using v8::Object;
using v8::ObjectTemplate;
using v8::PropertyAttribute;
using v8::String;
using v8::Value;

Expand Down

0 comments on commit 14d012e

Please sign in to comment.