Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
erights committed Dec 17, 2020
1 parent 94511f3 commit ba505c5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/SwingSet/src/kernel/liveSlots.js
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,9 @@ function build(syscall, forVatID, cacheSize, vatPowers, vatParameters) {
const p = makeImportedPromise(resultVPID);

lsdebug(
`ls.qm send(${JSON.stringify(targetSlot)}, ${String(prop)}) -> ${resultVPID}`,
`ls.qm send(${JSON.stringify(targetSlot)}, ${String(
prop,
)}) -> ${resultVPID}`,
);
syscall.send(targetSlot, prop, serArgs, resultVPID);

Expand Down

0 comments on commit ba505c5

Please sign in to comment.