Skip to content

Commit

Permalink
fix(ProgressBar): prettier style
Browse files Browse the repository at this point in the history
  • Loading branch information
slhay28 committed Aug 2, 2023
1 parent a26d48f commit cef2454
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ export default class ProgressBar extends Base {
}

_updateTextures() {

const w = this._getProgressWidth();

this._Bar.texture = lng.Tools.getRoundRect(
Expand All @@ -85,7 +84,6 @@ export default class ProgressBar extends Base {
}

_updateProgress() {

const w = this._getProgressWidth();

this._Progress.smooth = {
Expand Down

0 comments on commit cef2454

Please sign in to comment.