From cab5410782164b37d2e3c65541f8f407125f645b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Mon, 5 Dec 2022 12:07:09 +0200 Subject: [PATCH] webrtchttp: Fix formatting Part-of: --- net/webrtchttp/src/lib.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/net/webrtchttp/src/lib.rs b/net/webrtchttp/src/lib.rs index 812ffdc3..0cf8932a 100644 --- a/net/webrtchttp/src/lib.rs +++ b/net/webrtchttp/src/lib.rs @@ -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)?;