Skip to content

Commit 1233e7f

Browse files
committed
fixup! encoding: use AliasedUint32Array for encodeInto results
1 parent 9b54d80 commit 1233e7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/encoding_binding.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class BindingData : public SnapshotableObject {
3636
static void RegisterTimerExternalReferences(
3737
ExternalReferenceRegistry* registry);
3838

39-
private:
39+
private:
4040
static constexpr size_t kEncodeIntoResultsLength = 2;
4141
AliasedUint32Array encode_into_results_buffer_;
4242
};

0 commit comments

Comments
 (0)