chore(slack): satisfy rustfmt wrap in MIME warning
This commit is contained in:
parent
c6233b066c
commit
436619b015
@ -869,7 +869,10 @@ impl SlackChannel {
|
||||
return None;
|
||||
};
|
||||
if !Self::is_supported_image_mime(&mime) {
|
||||
tracing::warn!("Slack image MIME not supported for {}: {mime}", redacted_url);
|
||||
tracing::warn!(
|
||||
"Slack image MIME not supported for {}: {mime}",
|
||||
redacted_url
|
||||
);
|
||||
return None;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user