mirror of
https://codeberg.org/icewind/haze.git
synced 2026-06-03 17:14:08 +02:00
clippy fixes
This commit is contained in:
parent
a58ad4d53c
commit
77813fd17c
1 changed files with 1 additions and 1 deletions
|
|
@ -95,7 +95,7 @@ async fn main() -> Result<()> {
|
||||||
let container = if let Some(service) = service {
|
let container = if let Some(service) = service {
|
||||||
service
|
service
|
||||||
.container_name(&cloud.id)
|
.container_name(&cloud.id)
|
||||||
.ok_or_else(|| Report::msg(format!("service has no logs")))?
|
.ok_or_else(|| Report::msg("service has no logs".to_string()))?
|
||||||
} else {
|
} else {
|
||||||
cloud.id
|
cloud.id
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue