From 4c999e0edf5d2aeba5511ab3a3c3c5af25d4366f Mon Sep 17 00:00:00 2001 From: LianaHus Date: Mon, 24 Jun 2019 17:27:20 +0200 Subject: [PATCH] standard --- src/app/tabs/compileTab/compilerContainer.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/tabs/compileTab/compilerContainer.js b/src/app/tabs/compileTab/compilerContainer.js index 6555fa1d4b..f6f2bb4259 100644 --- a/src/app/tabs/compileTab/compilerContainer.js +++ b/src/app/tabs/compileTab/compilerContainer.js @@ -110,9 +110,9 @@ class CompilerContainer { return el } - _retriveVersion() { + _retriveVersion () { let version = this._view.versionSelector.value - return version.substring(9,14) + return version.substring(9, 14) } render () {