diff --git a/.env.example b/.env.example index 1be4f380..8d78178f 100644 --- a/.env.example +++ b/.env.example @@ -3,4 +3,4 @@ PRIVATE_KEY="" PUBLIC_ADDRESS="" TENDERLY_PROJECT="" TENDERLY_USERNAME="" -ALCHEMY_ID="" \ No newline at end of file +ALCHEMY_ID="" diff --git a/test/mainnet/permit_erc20/test-aave.js b/test/mainnet/permit_erc20/test-aave.js index 8c4e4a46..34409ec6 100644 --- a/test/mainnet/permit_erc20/test-aave.js +++ b/test/mainnet/permit_erc20/test-aave.js @@ -107,7 +107,6 @@ describe("starting tests for aave", function () { console.log("The funds have been deposited to our contract through depositWithPermit function"); }); - }); }); \ No newline at end of file diff --git a/test/mainnet/permit_erc20/test-dai.js b/test/mainnet/permit_erc20/test-dai.js index 8c4526de..5e0554d5 100644 --- a/test/mainnet/permit_erc20/test-dai.js +++ b/test/mainnet/permit_erc20/test-dai.js @@ -106,7 +106,6 @@ describe("starting tests for dai", function () { console.log("The funds have been deposited to our contract through depositWithPermit function"); }); - }); }); \ No newline at end of file