mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-16 20:08:09 +00:00
address clippy warnings from 0.1.54 (#1118)
This commit is contained in:
@ -121,7 +121,7 @@ pub async fn update(data: &ConfigData) -> Result<()> {
|
||||
if !path.is_file() {
|
||||
info!("adding service {}", file_name);
|
||||
tokio::fs::write(&path, content).await?;
|
||||
start_service(&file_name).await?;
|
||||
start_service(file_name).await?;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user