File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ namespace node {
1111using v8::Array;
1212using v8::BigInt;
1313using v8::Integer;
14- using v8::MaybeLocal;
1514using v8::Local;
15+ using v8::MaybeLocal;
1616using v8::Undefined;
1717using v8::Value;
1818
Original file line number Diff line number Diff line change @@ -51,10 +51,10 @@ class Store final : public MemoryRetainer {
5151 SET_SELF_SIZE (Store);
5252
5353 private:
54- template <typename T, typename t> T convert () const ;
55- std::shared_ptr<v8::BackingStore> store_;
56- size_t length_ = 0 ;
57- size_t offset_ = 0 ;
54+ template <typename T, typename t> T convert () const ;
55+ std::shared_ptr<v8::BackingStore> store_;
56+ size_t length_ = 0 ;
57+ size_t offset_ = 0 ;
5858};
5959
6060class QuicError final : public MemoryRetainer {
Original file line number Diff line number Diff line change 55#include < env.h>
66#include < node_internals.h>
77#include < ngtcp2/ngtcp2.h>
8- #include < string>
98#include < v8.h>
9+ #include < string>
1010
1111namespace node {
1212namespace quic {
You can’t perform that action at this time.
0 commit comments