diff --git a/crates/sdk/Cargo.toml b/crates/sdk/Cargo.toml index e1156d7ce..d8e8f7e14 100644 --- a/crates/sdk/Cargo.toml +++ b/crates/sdk/Cargo.toml @@ -56,7 +56,7 @@ backoff = { version = "0.4", features = ["tokio"], optional = true } [dev-dependencies] test-artifacts = { workspace = true } -tokio-test = { version = "0.4"} +tokio-test = { version = "0.4" } [features] default = ["cuda", "network"]