Skip to content

Commit cc78709

Browse files
committed
Fix coding style
1 parent d1b3164 commit cc78709

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/gameobjects/text/static/Text.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1129,7 +1129,8 @@ var Text = new Class({
11291129
{
11301130
this.width = style.fixedWidth;
11311131
textWidth = this.width - padding.left - padding.right;
1132-
if (textWidth < textSize.width) {
1132+
if (textWidth < textSize.width)
1133+
{
11331134
textWidth = textSize.width;
11341135
}
11351136
}

0 commit comments

Comments
 (0)