Add no-multi-spaces rule

This commit is contained in:
Rachel Fenichel
2019-07-31 09:33:54 -07:00
parent 9466c6b7df
commit b4109d7c43
12 changed files with 14 additions and 13 deletions

View File

@@ -523,7 +523,7 @@ Blockly.Bubble.prototype.getOptimalRelativeLeft_ = function(metrics) {
if (this.workspace_.RTL) {
// Bubble coordinates are flipped in RTL.
var bubbleRight = this.anchorXY_.x - relativeLeft;
var bubbleRight = this.anchorXY_.x - relativeLeft;
var bubbleLeft = bubbleRight - this.width_;
var workspaceRight = metrics.viewLeft + metrics.viewWidth;