Skip to content

Commit

Permalink
fix(SwingSet): Lint fix for vat controller test fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
kriskowal committed Jun 20, 2021
1 parent c301496 commit 33298d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/SwingSet/test/vat-controller-1.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// -*- js -*-
import { extractMessage } from './util';

export default function setup(syscall, _state, _helpers, vatPowers) {
function dispatch(vatDeliverObject) {
const { facetID, method, args } = extractMessage(vatDeliverObject);
Expand Down

0 comments on commit 33298d8

Please sign in to comment.