Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
Fix type of link references start
Browse files Browse the repository at this point in the history
  • Loading branch information
haltman-at committed Aug 24, 2023
1 parent 8c73f35 commit f7fb009
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/compile-solidity/src/shims.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export const formatLinkReferences = (
*/
linkReferences: {
[sourcePath: string]: {
[libraryName: string]: Array<{ start: 0; length: 20 }>;
[libraryName: string]: Array<{ start: number; length: 20 }>;
};
}
): Common.LinkReference[] => {
Expand Down

0 comments on commit f7fb009

Please sign in to comment.