From 23cb7b80430d8d11b8c12214b59b883ee99fd05d Mon Sep 17 00:00:00 2001 From: joey zielinski Date: Mon, 14 Jan 2019 13:48:16 -0500 Subject: [PATCH] fix(meta): remove leading spaces (#31757) --- curriculum/challenges/_meta/basic-data-structures/meta.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/curriculum/challenges/_meta/basic-data-structures/meta.json b/curriculum/challenges/_meta/basic-data-structures/meta.json index 0c2386eac2..c99868c5db 100644 --- a/curriculum/challenges/_meta/basic-data-structures/meta.json +++ b/curriculum/challenges/_meta/basic-data-structures/meta.json @@ -78,7 +78,7 @@ ], [ "587d7b7d367417b2b2512b1d", - " Iterate Through the Keys of an Object with a for...in Statement" + "Iterate Through the Keys of an Object with a for...in Statement" ], [ "587d7b7d367417b2b2512b1e", @@ -91,4 +91,4 @@ ], "helpRoom": "Help", "fileName": "02-javascript-algorithms-and-data-structures/basic-data-structures.json" -} \ No newline at end of file +}