Fix lint spacing error.

This commit is contained in:
picklesrus 2018-09-25 16:24:32 -04:00
parent 3193a4c1b4
commit 69132d17db

View file

@ -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',