cargo fmt fix for coreaudio

This commit is contained in:
JoshuaBatty 2020-05-27 13:28:18 +02:00
parent 10599ac826
commit 271cc34f3f
1 changed files with 4 additions and 4 deletions

View File

@ -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 => (),
}
}