Skip to content

Commit

Permalink
πŸ€– 🎨 Autoformat
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanovSPvirtru committed Sep 6, 2023
1 parent ffec1d9 commit dc93b78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tdf3/src/binary.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ function adjustSliceParams(length: number, start: number, end?: number): [number
result.push(end);
}

return (result as [number, number?]);
return result as [number, number?];
}

class ArrayBufferBinary extends Binary {
Expand Down

0 comments on commit dc93b78

Please sign in to comment.