Skip to content

Commit

Permalink
clean up code
Browse files Browse the repository at this point in the history
  • Loading branch information
fs-eire committed Nov 21, 2023
1 parent 3baa6f9 commit 8b2d0a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/web/lib/wasm/jsep/webgpu/ops/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -782,7 +782,7 @@ class ShaderHelperImpl implements ShaderHelper {
}

use(helperLike: {impl: () => string}): ShaderHelper {
this.helpers.push(helperLike as IndicesHelper);
this.helpers.push(helperLike);
return this;
}

Expand Down

0 comments on commit 8b2d0a4

Please sign in to comment.