Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
g11tech committed Aug 27, 2023
1 parent df9367e commit c7c721e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ssz/test/unit/byType/optional/tree.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ describe("Optional view tests", () => {

it("optional composite type", () => {
const type = new OptionalType(SimpleObject);
const value: ValueOf<typeof type> = {a:9,b:11};
const value: ValueOf<typeof type> = {a: 9, b: 11};
const root = type.hashTreeRoot(value);

const view = type.toView(value);
Expand Down

0 comments on commit c7c721e

Please sign in to comment.