Skip to content

Commit c1c3589

Browse files
author
Daniel Viau
authored
Switch var to const
1 parent caf5749 commit c1c3589

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

migrations/1_initial_migrations.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
var Migrations = artifacts.require("./Migrations.sol");
1+
const Migrations = artifacts.require("./Migrations.sol");
22

33
module.exports = function(deployer) {
44
deployer.deploy(Migrations);

0 commit comments

Comments
 (0)