mirror of
https://github.com/nestriness/warp.git
synced 2025-12-11 09:25:39 +02:00
fix snake_case
This commit is contained in:
@@ -114,8 +114,8 @@ impl MoqSink {
|
||||
|
||||
let url_str = url_str.unwrap();
|
||||
match parse_relay_url(url_str) {
|
||||
Ok(relayUrl) => {
|
||||
*url = Some(relayUrl);
|
||||
Ok(relay_url) => {
|
||||
*url = Some(relay_url);
|
||||
Ok(())
|
||||
}
|
||||
Err(_) => Err(glib::Error::new(
|
||||
|
||||
Reference in New Issue
Block a user