From 6b1b4805eec0a9f04ca277b0a653f7c3adbe75f7 Mon Sep 17 00:00:00 2001 From: walterhiggins Date: Thu, 27 Dec 2012 13:23:35 +0000 Subject: [PATCH] untabified again --- cottage.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cottage.js b/cottage.js index 4069c56..5044980 100644 --- a/cottage.js +++ b/cottage.js @@ -29,6 +29,6 @@ var cottage = function(drone) // put up a sign near door. // drone.down().right(4).sign(["Home","Sweet","Home"],68); - - return drone.down().left(4); // return drone to original position + + return drone.down().left(4); // return drone to original position };