Skip to content

Commit

Permalink
Fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
proninyaroslav committed Aug 21, 2024
1 parent fca3ac3 commit a41c999
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions appIconIndicators.js
Original file line number Diff line number Diff line change
Expand Up @@ -689,9 +689,8 @@ class RunningIndicatorDot extends RunningIndicatorDots {
}

_drawIndicator(cr) {
if (!this._source.running) {
if (!this._source.running)
return;
}

cr.setLineWidth(this._borderWidth);
Utils.cairoSetSourceColor(cr, this._borderColor);
Expand Down

0 comments on commit a41c999

Please sign in to comment.