Skip to content

Commit

Permalink
chore: minor clean-ups
Browse files Browse the repository at this point in the history
touch to re-trigger CI
  • Loading branch information
Chris-Hibbert committed Jul 19, 2022
1 parent f17a455 commit bd15c6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/zoe/src/contractFacet/vatRoot.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export async function buildRootObject(powers, vatParameters, baggage) {
zoeInstanceAdmin,
instanceRecordFromZoe,
issuerStorageFromZoe,
privateArgs,
privateArgs = undefined,
) => {
/** @type {ZCFZygote} */
return E(zcfZygote).startContract(
Expand Down
2 changes: 1 addition & 1 deletion packages/zoe/test/unitTests/bounty.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ const start = async zcf => {
zcf.shutdown('The bounty was not earned');
}

/** @type {(bountSeat: ZCFSeat) => void} */
/** @type {(bountySeat: ZCFSeat) => void} */
function beneficiary(bountySeat) {
const feeProposal = harden({
give: { Fee: null },
Expand Down

0 comments on commit bd15c6e

Please sign in to comment.