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: {:?}",
cc.integration_info.name,
if let Some(url) = &cc.integration_info.web_info {
url.location.url.clone()
&url.location.url
} else {
"N/A".to_owned()
"N/A"
}
);