cargo fmt fix for coreaudio
This commit is contained in:
parent
10599ac826
commit
271cc34f3f
|
@ -700,7 +700,7 @@ impl Device {
|
|||
} else {
|
||||
return Err(BuildStreamError::StreamConfigNotSupported);
|
||||
}
|
||||
},
|
||||
}
|
||||
SupportedBufferSize::Unknown => (),
|
||||
}
|
||||
}
|
||||
|
@ -794,7 +794,7 @@ impl Device {
|
|||
} else {
|
||||
return Err(BuildStreamError::StreamConfigNotSupported);
|
||||
}
|
||||
},
|
||||
}
|
||||
SupportedBufferSize::Unknown => (),
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue