Skip to content

Commit

Permalink
Satisfy linter
Browse files Browse the repository at this point in the history
  • Loading branch information
Annoraaq committed Jul 21, 2023
1 parent ff9bb2c commit 9b1889e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ export default {
const analyzerSet = new Set()
for (const [analyzerName, timelineSet] of analyzerRanOnTimelines) {
if (timelineSet.size == timelineSelectionSet.size) {
if (timelineSet.size === timelineSelectionSet.size) {
analyzerSet.add(analyzerName)
}
}
Expand Down

0 comments on commit 9b1889e

Please sign in to comment.