Skip to content

Commit 951a987

Browse files
committed
fixup! fixup! deps: update merve to 1.2.0
1 parent a4eb3ce commit 951a987

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/node_cjs_lexer.cc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ using v8::Value;
2323

2424
// Create a V8 string from an export_string variant, using fast path for ASCII
2525
template <typename T>
26-
inline Local<String> CreateString(Isolate* isolate,
27-
const T& str) {
26+
inline Local<String> CreateString(Isolate* isolate, const T& str) {
2827
std::string_view sv = lexer::get_string_view(str);
2928

3029
if (simdutf::validate_ascii(sv.data(), sv.size())) {

0 commit comments

Comments
 (0)