Skip to content

Commit

Permalink
fix: formatter space issue
Browse files Browse the repository at this point in the history
Signed-off-by: tipusinghaw <tipu.singh@ayanworks.com>
  • Loading branch information
tipusinghaw committed Feb 12, 2024
1 parent 21a7bd8 commit e440590
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion hardhat.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ module.exports = {
polygonMumbai: process.env.VERIFICATION_KEY,
},
},
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@
},
"homepage": "https://github.com/ayanworks/polygon-did-registry-contract#readme",
"dependencies": {}
}
}
2 changes: 1 addition & 1 deletion scripts/deploy.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ async function main() {
}
}

main()
main()
2 changes: 1 addition & 1 deletion tests/polygon_did_registry_test.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,4 +114,4 @@ describe('Setting up the Upgradable Smart Contract', async () => {
} catch (error) {}
})
})
})
})

0 comments on commit e440590

Please sign in to comment.