Explorar o código

Remove extra space

Carlos Landeras Martínez %!s(int64=7) %!d(string=hai) anos
pai
achega
5628bdcb7b
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  1. 1 2
      gui/src/controls/textBlock.ts

+ 1 - 2
gui/src/controls/textBlock.ts

@@ -210,8 +210,7 @@ module BABYLON.GUI {
 
                     if (this._lineSpacing.isPixel) {
                         rootY += this._lineSpacing.getValue(this._host);
-                    } else {
-                        
+                    } else {                        
                         rootY = rootY + (this._lineSpacing.getValue(this._host) * this._height.getValueInPixel(this._host,  this._cachedParentMeasure.height));
                     }
                 }