mirror of
https://github.com/tornadocash/tornado-core.git
synced 2025-07-21 22:38:42 -04:00
code style
This commit is contained in:
parent
a7fedcd7ea
commit
7eaa5fcb4f
8 changed files with 137 additions and 138 deletions
|
@ -1,6 +1,6 @@
|
|||
require('dotenv').config()
|
||||
const Verifier = artifacts.require("Verifier");
|
||||
const Verifier = artifacts.require('Verifier')
|
||||
|
||||
module.exports = function(deployer) {
|
||||
deployer.deploy(Verifier);
|
||||
};
|
||||
deployer.deploy(Verifier)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue