Skip to content
Snippets Groups Projects
Commit 5ad8dc42 authored by Lyza Danger Gardner's avatar Lyza Danger Gardner Committed by Rick Waldron
Browse files

Remove a wee bit o’ trailing whitespace

parent 20834431
No related branches found
No related tags found
No related merge requests found
...@@ -28,4 +28,4 @@ s.add(foo); ...@@ -28,4 +28,4 @@ s.add(foo);
var result = s.delete(foo); var result = s.delete(foo);
assert.sameValue(s.has(foo), false); assert.sameValue(s.has(foo), false);
assert.sameValue(result, true, 'WeakSet#delete returns true'); assert.sameValue(result, true, 'WeakSet#delete returns true');
\ No newline at end of file
...@@ -13,5 +13,3 @@ var sym = Symbol(); ...@@ -13,5 +13,3 @@ var sym = Symbol();
assert.throws(TypeError, function() { assert.throws(TypeError, function() {
weakset.add(sym); weakset.add(sym);
}); });
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment