Skip to content

Commit 2fabdb8

Browse files
committed
style: format code with prettier
re #662
1 parent 43f555e commit 2fabdb8

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

apps/docs/src/css/custom.scss

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,11 @@ html {
8383
-webkit-font-smoothing: antialiased;
8484
-moz-osx-font-smoothing: grayscale;
8585
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
86-
font-feature-settings: "ss01" on, "ss02" on, "cv01" on, "cv03" on;
86+
font-feature-settings:
87+
"ss01" on,
88+
"ss02" on,
89+
"cv01" on,
90+
"cv03" on;
8791
font-weight: 400;
8892
}
8993

packages/data/tests/ethers.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jest.mock("ethers/contract", () => ({
1919
getMerkleTreeDepth: () => BigInt(3),
2020
getMerkleTreeSize: () => BigInt(8),
2121
getGroupAdmin: () => "0xA9C2B639a28cDa8b59C4377e980F75A93dD8605F"
22-
} as any)
22+
}) as any
2323
)
2424
}))
2525

0 commit comments

Comments
 (0)