diff --git a/main.ts b/main.ts index bb01a01..acccf96 100644 --- a/main.ts +++ b/main.ts @@ -1,14 +1,4 @@ -import { - Actor, - Assertion, - Entity, - Handle, - Ref, - Turn, - assert, - message, - retract, -} from './actor.js'; +import { Actor, Assertion, Entity, Handle, Ref, Turn, assert, message, retract } from './actor.js'; import { Dictionary, IdentityMap, is, Record } from 'preserves'; import { Bag, ChangeDescription } from './bag';