Skip to content

Commit

Permalink
fix(swingset): minor reformatting of long type
Browse files Browse the repository at this point in the history
  • Loading branch information
warner committed Mar 11, 2023
1 parent ff60ba4 commit 116e586
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ const decoder = new TextDecoder();
* allVatPowers: VatPowers,
* kernelKeeper: KernelKeeper,
* kernelSlog: KernelSlog,
* startXSnap: (workerVersion: string, vatID: string, name: string, handleCommand: AsyncHandler, metered?: boolean, reload?: boolean) => Promise<XSnap>,
* startXSnap: (workerVersion: string, vatID: string, name: string,
* handleCommand: AsyncHandler, metered?: boolean,
* reload?: boolean) => Promise<XSnap>,
* testLog: (...args: unknown[]) => void,
* }} tools
* @returns {VatManagerFactory}
Expand Down

0 comments on commit 116e586

Please sign in to comment.