Skip to content

Commit

Permalink
style: format code with prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
cedoor committed Sep 9, 2023
1 parent 5db6b84 commit 49cd317
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ benchmarks/results

# hardhat
cache
typechain-types

# production
dist
Expand Down
2 changes: 1 addition & 1 deletion packages/incremental-merkle-tree/typedoc.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"entryPoints": ["src/index.ts"]
"entryPoints": ["src/index.ts"]
}
2 changes: 1 addition & 1 deletion packages/lazytower/typedoc.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"entryPoints": ["src/index.ts"]
"entryPoints": ["src/index.ts"]
}
2 changes: 1 addition & 1 deletion packages/sparse-merkle-tree/typedoc.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"entryPoints": ["src/index.ts"]
"entryPoints": ["src/index.ts"]
}

0 comments on commit 49cd317

Please sign in to comment.