From 69132d17dba1d025df6417ade973423543c8a5db Mon Sep 17 00:00:00 2001 From: picklesrus Date: Tue, 25 Sep 2018 16:24:32 -0400 Subject: [PATCH] Fix lint spacing error. --- src/extensions/scratch3_translate/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/extensions/scratch3_translate/index.js b/src/extensions/scratch3_translate/index.js index 7b48f7c7e..bfc40ac5e 100644 --- a/src/extensions/scratch3_translate/index.js +++ b/src/extensions/scratch3_translate/index.js @@ -85,7 +85,7 @@ class Scratch3TranslateBlocks { getInfo () { this._supportedLanguages = this._getSupportedLanguages(this.getViewerLanguageCode()); this._randomLanguageCode = this._supportedLanguages[ - Math.floor(Math.random() * this._supportedLanguages.length)].value; + Math.floor(Math.random() * this._supportedLanguages.length)].value; return { id: 'translate',