Browse Source

fix formatting

patch-2
Manuel Araoz 11 years ago
parent
commit
b58d5c5084
  1. 6
      test/test.misc.js

6
test/test.misc.js

@ -195,10 +195,8 @@ describe('Miscelaneous stuff', function() {
priv: b58 priv: b58
}); });
}; };
createLivenet.should. createLivenet.should.throw();
throw (); createTestnet.should.throw();
createTestnet.should.
throw ();
}); });
}); });

Loading…
Cancel
Save