forked from cerc-io/laconicd-deprecated
fix lint js
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
const Migrations = artifacts.require("Migrations");
|
||||
const Migrations = artifacts.require('Migrations')
|
||||
|
||||
module.exports = function (deployer) {
|
||||
deployer.deploy(Migrations);
|
||||
};
|
||||
deployer.deploy(Migrations)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user