Skip to content

Commit

Permalink
chore: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
alexghr committed Dec 13, 2023
1 parent 7b54533 commit a1cbf2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions yarn-project/p2p/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@
"^(\\.{1,2}/.*)\\.[cm]?js$": "$1"
},
"testRegex": "./src/.*\\.test\\.(js|mjs|ts)$",
"rootDir": "./src",
"workerThreads": true
"rootDir": "./src"
},
"dependencies": {
"@aztec/circuits.js": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion yarn-project/p2p/src/tx_pool/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export * from './tx_pool.js';
export * from './memory_tx_pool.js';
export * from "./aztec_kv_tx_pool.js"
export * from './aztec_kv_tx_pool.js';

0 comments on commit a1cbf2f

Please sign in to comment.