From add504ff93d3670aeb3942fe36cc5045caba262b Mon Sep 17 00:00:00 2001 From: ASP1234 Date: Thu, 23 Jun 2016 11:04:02 +0000 Subject: Minor Fix --- data_structures_correct/c_block.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data_structures_correct/c_block.js') diff --git a/data_structures_correct/c_block.js b/data_structures_correct/c_block.js index 274e66e..ac826b2 100644 --- a/data_structures_correct/c_block.js +++ b/data_structures_correct/c_block.js @@ -31,4 +31,4 @@ function c_block() { return this.x; } -} \ No newline at end of file +} -- cgit