Skip to content

Commit bc21c03

Browse files
committed
fix linter
1 parent 76d5907 commit bc21c03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/node_v8.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,11 @@ using v8::MaybeLocal;
5555
using v8::Number;
5656
using v8::Object;
5757
using v8::PropertyAttribute;
58+
using v8::ReadOnly;
5859
using v8::ScriptCompiler;
5960
using v8::String;
6061
using v8::Uint32;
6162
using v8::V8;
62-
using v8::ReadOnly;
6363
using v8::Value;
6464

6565
#define HEAP_STATISTICS_PROPERTIES(V) \

0 commit comments

Comments
 (0)