Skip to content

Commit 74ad9a0

Browse files
committed
Update formatting
1 parent 9073fcd commit 74ad9a0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tests/Substrate.test.ts

+4-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,10 @@ describe("Substrate", () => {
7979

8080
test("when there are nodes and futures, but we only supply the 'final' node", () => {
8181
const a = new FooNode({ a: 123 });
82-
const b = new FooNode({ b: sb.get(a.future, "x"), c: sb.concat("x", "y") });
82+
const b = new FooNode({
83+
b: sb.get(a.future, "x"),
84+
c: sb.concat("x", "y"),
85+
});
8386

8487
// Here we're only supplying `b` and relying on the graph-serialiation to find `a`
8588
const result = Substrate.serialize(b);

0 commit comments

Comments
 (0)