Skip to content

Commit

Permalink
Fixed stray unreachable code (#3890).
Browse files Browse the repository at this point in the history
  • Loading branch information
ricmoo committed Mar 12, 2023
1 parent 8136a64 commit c220fe2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src.ts/abi/fragments.ts
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,6 @@ class TokenString {
linkBack: (t.linkBack - from),
linkNext: (t.linkNext - from),
}));
return t;
}));
}

Expand Down

0 comments on commit c220fe2

Please sign in to comment.