mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-12-23 10:30:40 +00:00
net/aws/aws_transcriber: Fix clippy warning
This commit is contained in:
parent
7bc785fba3
commit
e0594ef349
1 changed files with 2 additions and 2 deletions
|
@ -956,10 +956,10 @@ impl Transcriber {
|
|||
"Failed to build HTTP request URI: {}",
|
||||
err
|
||||
);
|
||||
return error_msg!(
|
||||
error_msg!(
|
||||
gst::CoreError::Failed,
|
||||
["Failed to build HTTP request URI: {}", err]
|
||||
);
|
||||
)
|
||||
})?;
|
||||
let mut request = http::Request::builder()
|
||||
.uri(transcribe_uri)
|
||||
|
|
Loading…
Reference in a new issue