Skip to content

Commit

Permalink
update formatting to fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
DamienDeepgram committed Jul 23, 2024
1 parent 92a6b92 commit f31ea20
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/common/options.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1963,8 +1963,9 @@ impl Serialize for SerializableOptions<'_> {
Some(
Multichannel::ModelPerChannel { models: None }
| Multichannel::Enabled
| Multichannel::Disabled)
| None => {
| Multichannel::Disabled
)
| None => {
if let Some(model) = model {
seq.serialize_element(&("model", model.as_ref()))?;
}
Expand Down

0 comments on commit f31ea20

Please sign in to comment.