Skip to content

Commit

Permalink
Whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
orangejulius committed Aug 3, 2016
1 parent 2bc9b5b commit 4b2e1a6
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions test/readStreamTest.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,10 @@ tape('readStream', function(test) {
'geom:bbox': '-24.539906,34.815009,69.033946,81.85871'
}
}));

}

function cleanupTestEnvironment() {
fs.removeSync('tmp');

}

setupTestEnvironment();
Expand Down Expand Up @@ -113,9 +111,6 @@ tape('readStream', function(test) {
t.end();

cleanupTestEnvironment();

});

});

});

0 comments on commit 4b2e1a6

Please sign in to comment.