We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1233e7f commit 4ea7f2eCopy full SHA for 4ea7f2e
src/encoding_binding.cc
@@ -14,14 +14,12 @@ namespace encoding_binding {
14
using v8::ArrayBuffer;
15
using v8::BackingStore;
16
using v8::Context;
17
-using v8::Function;
18
using v8::FunctionCallbackInfo;
19
using v8::Isolate;
20
using v8::Local;
21
using v8::MaybeLocal;
22
using v8::Object;
23
using v8::String;
24
-using v8::Uint32Array;
25
using v8::Uint8Array;
26
using v8::Value;
27
src/encoding_binding.h
@@ -47,4 +47,4 @@ class BindingData : public SnapshotableObject {
47
48
#endif // defined(NODE_WANT_INTERNALS) && NODE_WANT_INTERNALS
49
50
-#endif // SRC_ENCODING_BINDING_H_
+#endif // SRC_ENCODING_BINDING_H_
0 commit comments