Skip to content

Commit

Permalink
Add missing break
Browse files Browse the repository at this point in the history
  • Loading branch information
richrace committed Jul 16, 2024
1 parent 8a19b8c commit 4d40391
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/use_cases/headsets/builder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ export default class Builder {
break;
case KnownHeadphone.Arctis_Nova_Pro_Wireless_ProductID:
this.specificBuilder = new ArctisNovaProBuilder();
break;
}
}

Expand Down

0 comments on commit 4d40391

Please sign in to comment.