Skip to content

Commit c841adc

Browse files
authored
Removed whitespaces from empty lines
1 parent af664dc commit c841adc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/gameobjects/text/TextStyle.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -519,7 +519,7 @@ var TextStyle = new Class({
519519
setFont: function (font, updateText)
520520
{
521521
if (updateText === undefined) { updateText = true; }
522-
522+
523523
var fontFamily = font;
524524
var fontSize = '';
525525
var fontStyle = '';
@@ -544,7 +544,7 @@ var TextStyle = new Class({
544544
this.fontFamily = fontFamily;
545545
this.fontSize = fontSize;
546546
this.fontStyle = fontStyle;
547-
547+
548548
if (updateText)
549549
{
550550
this.update(true);

0 commit comments

Comments
 (0)