Skip to content

Commit b86d688

Browse files
authored
Update mod.rs
1 parent dbe218f commit b86d688

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/host/wasapi/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ impl Host {
2828
}
2929

3030
fn supported_input_configs(
31-
&self,
32-
device: &Device,
31+
&self,
32+
device: &Device,
3333
) -> Result<SupportedInputConfigs, DevicesError> {
3434
Ok(device.supported_input_configs()?)
3535
}

0 commit comments

Comments
 (0)