From e44059047f6e9470c9dc1f9fbfb61bb5cbc72a82 Mon Sep 17 00:00:00 2001 From: tipusinghaw Date: Mon, 12 Feb 2024 15:03:35 +0530 Subject: [PATCH] fix: formatter space issue Signed-off-by: tipusinghaw --- hardhat.config.js | 2 +- package.json | 2 +- scripts/deploy.js | 2 +- tests/polygon_did_registry_test.test.js | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/hardhat.config.js b/hardhat.config.js index e17e2d7..ccc2d01 100644 --- a/hardhat.config.js +++ b/hardhat.config.js @@ -36,4 +36,4 @@ module.exports = { polygonMumbai: process.env.VERIFICATION_KEY, }, }, -} \ No newline at end of file +} diff --git a/package.json b/package.json index 65dc67f..2c5d14c 100644 --- a/package.json +++ b/package.json @@ -54,4 +54,4 @@ }, "homepage": "https://github.com/ayanworks/polygon-did-registry-contract#readme", "dependencies": {} -} \ No newline at end of file +} diff --git a/scripts/deploy.js b/scripts/deploy.js index 741fead..d391635 100644 --- a/scripts/deploy.js +++ b/scripts/deploy.js @@ -28,4 +28,4 @@ async function main() { } } -main() \ No newline at end of file +main() diff --git a/tests/polygon_did_registry_test.test.js b/tests/polygon_did_registry_test.test.js index d163534..f78439b 100644 --- a/tests/polygon_did_registry_test.test.js +++ b/tests/polygon_did_registry_test.test.js @@ -114,4 +114,4 @@ describe('Setting up the Upgradable Smart Contract', async () => { } catch (error) {} }) }) -}) \ No newline at end of file +})