]> git.immae.eu Git - perso/Immae/Projets/Cryptomonnaies/BIP39.git/commitdiff
remove space
authorBeachM <11566409+BeachM@users.noreply.github.com>
Sat, 11 Aug 2018 04:26:20 +0000 (21:26 -0700)
committerBeachM <11566409+BeachM@users.noreply.github.com>
Sat, 11 Aug 2018 04:26:20 +0000 (21:26 -0700)
tests/spec/tests.js

index e0eea6b1c4bf75f153a7cf8a97c3f26918f7afb6..0570514021917db9e9be7daff8e7edc1c668cd9d 100644 (file)
@@ -296,7 +296,7 @@ describe('BIP39 Tool Tests', function() {
 
     beforeEach(function(done) {
         driver = newDriver();
-        driver.get(url).then(done);        
+        driver.get(url).then(done);
     });
 
     // Close the website after each test is run (so that it is opened fresh each time)