Skip to content

Commit f4d23db

Browse files
committed
fix fmt
1 parent db9b848 commit f4d23db

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

fields.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,9 @@ export function string(
270270
export function bytes(
271271
fieldOffset: number,
272272
byteLength?: number,
273-
): StructPropertyDescriptor<Uint8Array> & ReadOnlyAccessorDescriptor<Uint8Array> {
273+
):
274+
& StructPropertyDescriptor<Uint8Array>
275+
& ReadOnlyAccessorDescriptor<Uint8Array> {
274276
return {
275277
get() {
276278
const end = byteLength !== undefined

0 commit comments

Comments
 (0)