Skip to content

Commit

Permalink
Run prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanchambras committed May 14, 2024
1 parent c0d4120 commit 0d65f52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
"generate-config": "node ./src/scripts/subgraphConfigGenerator.js",
"generate-config:goerli": "node ./src/scripts/subgraphConfigGenerator.js goerli",
"generate-config:sepolia": "node ./src/scripts/subgraphConfigGenerator.js sepolia",
"test": "graph test"
"test": "graph test",
"prettify": "prettier --write \"./**/*.{js,jsx,json,ts,tsx,css}\""
},
"devDependencies": {
"@chainlink/contracts": "^0.4.1",
Expand Down
1 change: 0 additions & 1 deletion src/tests/futureDayData.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import {
emitMint,
emitFutureVaultDeployed,
} from "./events/FutureVault"

import {
FIRST_POOL_ADDRESS_MOCK,
mockCurvePoolFunctions,
Expand Down

0 comments on commit 0d65f52

Please sign in to comment.