Remove extra whitespace from ```blocks causing tutorial not to decompile (#1651)

This commit is contained in:
Sam El-Husseini 2018-11-18 09:43:41 -08:00 committed by Peli de Halleux
parent 8ec9d930de
commit 980bb581ee

View File

@ -70,7 +70,7 @@ basic.forever(function () {
Finally, pull out an ``||game:add score||`` and a ``||game:game over||`` block to handle both success (sprite in the center) and failure (sprite not in the center).
```blocks
```blocks
let sprite: game.LedSprite = null
input.onButtonPressed(Button.A, function () {
if (sprite.get(LedSpriteProperty.X) == 2) {