Remove extra whitespace

pull/35/head
Makoto Inoue 8 years ago
parent 37f4ff8d3e
commit a04481d2d8
  1. 1
      test/Bounty.js

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

Loading…
Cancel
Save