From e0820954589ef311816d27d94fa89b7d93ce702b Mon Sep 17 00:00:00 2001 From: ASP1234 Date: Thu, 23 Jun 2016 10:15:24 +0000 Subject: Minor Change --- data_structures_correct/BITCLEAR.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data_structures_correct/BITCLEAR.js b/data_structures_correct/BITCLEAR.js index eb0683f..692ade4 100644 --- a/data_structures_correct/BITCLEAR.js +++ b/data_structures_correct/BITCLEAR.js @@ -20,4 +20,4 @@ function BITCLEAR() { BITCLEAR.prototype.details = function BITCLEAR() { return this.x; } -} \ No newline at end of file +} -- cgit