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