Skip to content

Commit

Permalink
Fmt pass
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanmcgrath committed Aug 30, 2023
1 parent b0058fc commit 37d408c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/host/wasapi/device.rs
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ impl Device {

// If the default format can't succeed we have no hope of finding other formats.
if !is_format_supported(client, default_waveformatex_ptr.0)? {
let description =
let description =
"Could not determine support for default `WAVEFORMATEX`".to_string();
let err = BackendSpecificError { description };
return Err(err.into());
Expand Down

0 comments on commit 37d408c

Please sign in to comment.