untabified again
This commit is contained in:
parent
af487378f0
commit
6b1b4805ee
1 changed files with 2 additions and 2 deletions
|
@ -30,5 +30,5 @@ var cottage = function(drone)
|
|||
//
|
||||
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
|
||||
};
|
||||
|
|
Reference in a new issue