borrow here

This commit is contained in:
Simon Gardling 2022-03-30 10:52:14 -04:00
parent 3e38511e78
commit 2471dff87e

View File

@ -350,9 +350,9 @@ impl MathApp {
"Integration name: {} Url: {:?}", "Integration name: {} Url: {:?}",
cc.integration_info.name, cc.integration_info.name,
if let Some(url) = &cc.integration_info.web_info { if let Some(url) = &cc.integration_info.web_info {
url.location.url.clone() &url.location.url
} else { } else {
"N/A".to_owned() "N/A"
} }
); );