Skip to content

Commit 590dab4

Browse files
agraciokkoopa
authored andcommitted
splitting line to satisfy cpplint requirements
1 parent 1743e81 commit 590dab4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

nan.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,8 @@ namespace imp {
429429
static const size_t kMaxLength = 0x3fffffff;
430430
#if defined(V8_MAJOR_VERSION) && (V8_MAJOR_VERSION > 13 || \
431431
(V8_MAJOR_VERSION == 13 && defined(V8_MINOR_VERSION) && V8_MINOR_VERSION >= 4))
432-
static const unsigned kReplaceInvalidUtf8 = v8::String::WriteFlags::kReplaceInvalidUtf8;
432+
static const unsigned kReplaceInvalidUtf8
433+
= v8::String::WriteFlags::kReplaceInvalidUtf8;
433434
#else
434435
static const unsigned kReplaceInvalidUtf8 = v8::String::REPLACE_INVALID_UTF8;
435436
#endif

0 commit comments

Comments
 (0)