From f013548049d020c075ceb64ce36659930fdfe69a Mon Sep 17 00:00:00 2001 From: Avi Dutta Date: Fri, 1 Jul 2016 18:45:16 +0000 Subject: Implement MATZREIM Block --- data_structures_correct/MATZREIM.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data_structures_correct') diff --git a/data_structures_correct/MATZREIM.js b/data_structures_correct/MATZREIM.js index 2a30a28..f748098 100644 --- a/data_structures_correct/MATZREIM.js +++ b/data_structures_correct/MATZREIM.js @@ -34,4 +34,4 @@ function MATZREIM() { MATZREIM.prototype.details = function MATZREIM() { return this.x; } -} \ No newline at end of file +} -- cgit