Remove extra whitespace

This commit is contained in:
Makoto Inoue
2016-10-27 22:10:53 +01:00
parent 37f4ff8d3e
commit a04481d2d8

View File

@ -51,7 +51,6 @@ contract('Bounty', function(accounts) {
then(done);
})
describe("SecureTargetMock", function(){
it("checkInvariant returns true", function(done){
var targetFactory = SecureTargetFactory.deployed();