Skip to content

Commit

Permalink
Clean up code
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Jan 16, 2024
1 parent ae57d83 commit c45aef1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/no-work-result.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ class NoWorkResult {
this.result.map = generatedMap
}
} else {
map.clearAnnotation();
this.result.css = map.css;
map.clearAnnotation()
this.result.css = map.css
}
}

Expand Down

0 comments on commit c45aef1

Please sign in to comment.