webrtchttp: Fix formatting

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/949>
This commit is contained in:
Sebastian Dröge 2022-12-05 12:07:09 +02:00
parent 40680a47ab
commit 5dc52975ff

View file

@ -33,8 +33,7 @@ pub enum IceTransportPolicy {
fn plugin_init(plugin: &gst::Plugin) -> Result<(), glib::BoolError> {
#[cfg(feature = "doc")]
{
IceTransportPolicy::static_type()
.mark_as_plugin_api(gst::PluginAPIFlags::empty());
IceTransportPolicy::static_type().mark_as_plugin_api(gst::PluginAPIFlags::empty());
}
whipsink::register(plugin)?;
whepsrc::register(plugin)?;