From 8176852503e5793ea0860b83c0ff8d4756f23c02 Mon Sep 17 00:00:00 2001 From: Eric Levin Date: Thu, 31 Mar 2016 18:50:24 -0700 Subject: [PATCH] removed extra space --- examples/cows/cowSpawner.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/cows/cowSpawner.js b/examples/cows/cowSpawner.js index a1f7caee4b..7ff59b2e38 100644 --- a/examples/cows/cowSpawner.js +++ b/examples/cows/cowSpawner.js @@ -1,4 +1,4 @@ - // + // cowSpawner.js // examples/cows // @@ -50,4 +50,4 @@ Entities.deleteEntity(cow); } - Script.scriptEnding.connect(cleanup); \ No newline at end of file + Script.scriptEnding.connect(cleanup);