Skip to content

Commit 4cec6dc

Browse files
authored
Update encoding_binding.cc
1 parent 435f05d commit 4cec6dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/encoding_binding.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ void BindingData::EncodeInto(const FunctionCallbackInfo<Value>& args) {
281281
}
282282
}
283283
}
284-
DCHECK_LE(written, dest->ByteLength(););
284+
DCHECK_LE(written, dest->ByteLength());
285285

286286
binding_data->encode_into_results_buffer_[0] = static_cast<double>(read);
287287
binding_data->encode_into_results_buffer_[1] = static_cast<double>(written);

0 commit comments

Comments
 (0)