Remove a wee bit o’ trailing whitespace

This commit is contained in:
Lyza Danger Gardner 2017-06-29 16:04:38 -04:00 committed by Rick Waldron
parent 208344319e
commit 5ad8dc4219
2 changed files with 1 additions and 3 deletions

View File

@ -13,5 +13,3 @@ var sym = Symbol();
assert.throws(TypeError, function() {
weakset.add(sym);
});