Skip to content

Commit

Permalink
Delete: Delete redundant return
Browse files Browse the repository at this point in the history
  • Loading branch information
sevenc-nanashi authored Mar 18, 2024
1 parent 7875e34 commit ec110f3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/web/lib/onnxjs/model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ export class Model {

try {
this.loadFromOrtFormat(buf, graphInitializer);
return;
} catch (e) {
if (isOrtFormat !== undefined) {
throw e;
Expand Down

0 comments on commit ec110f3

Please sign in to comment.