Skip to content

Commit

Permalink
fix: Remove superfluous line
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanmenzel committed Oct 9, 2024
1 parent 88bf321 commit eae8da3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/algo-ts/src/impl/primitives.ts
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,6 @@ export class BytesCls extends AlgoTsPrimitiveCls {
}

at(i: StubUint64Compat): BytesCls {
const start = Uint64Cls.fromCompat(i).asNumber()
return new BytesCls(arrayUtil.arrayAt(this.#v, i))
}

Expand Down

0 comments on commit eae8da3

Please sign in to comment.