Skip to content

Commit b670686

Browse files
committed
clippy
1 parent a83a5fb commit b670686

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/service.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ async fn handle_webhook(
105105
error!("Failed to start {}: {}", service.script.display(), e);
106106
return (
107107
StatusCode::INTERNAL_SERVER_ERROR,
108-
format!("Failed to execute webhook: {}", e),
108+
format!("Failed to execute webhook: {e}"),
109109
);
110110
}
111111
}

0 commit comments

Comments
 (0)