Skip to content

Commit

Permalink
add missing ;
Browse files Browse the repository at this point in the history
  • Loading branch information
MarioDfinity committed Mar 13, 2024
1 parent 8977901 commit 3c29c17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion standards/ICRC-3/ICRC-3.did
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ type GetArchivesResult = vec record {

// The last block in the archive
end : nat;
}
};

type GetBlocksArgs = vec record { start : nat; length : nat };

Expand Down
2 changes: 1 addition & 1 deletion standards/ICRC-3/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ type GetArchivesResult = vec record {
// The last block in the archive
end : nat;
}
};
type GetBlocksArgs = vec record { start : nat; length : nat };
Expand Down

0 comments on commit 3c29c17

Please sign in to comment.