Fix: Indentation in EliminationOfAbstractionTax example (#2496)

Summary:
Release Note: none

Fixes indentation in REPL of EliminationOfAbstractionTax example.
Pull Request resolved: https://github.com/facebook/prepack/pull/2496

Differential Revision: D9528783

Pulled By: trueadm

fbshipit-source-id: 9c01f0783c6299d2577d7ac17ff2b39db9e5cca0
This commit is contained in:
Jonathan Wieben 2018-08-28 04:20:36 -07:00 committed by Facebook Github Bot
parent df2e1f56cf
commit 52d4513841

View File

@ -282,7 +282,7 @@ function addDefaultExamples() {
code = [
'(function () {',
' var self = this;',
' ["A", "B", 42].forEach(function(x) {',
' ["A", "B", 42].forEach(function(x) {',
' var name = "_" + x.toString()[0].toLowerCase();',
' var y = parseInt(x);',
' self[name] = y ? y : x;',