From 19d3c02396ac1c00742e50e60a0a840fbfade1ac Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Thu, 24 Jul 2025 17:18:07 +0200 Subject: style(treewide): Format --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index f985372..1de1b6f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ colors = { path = "./crates/colors" } # Shared pyo3 = { version = "0.25.1", features = ["macros"], default-features = false } -log = {version = "0.4.27", features = ["kv"]} +log = { version = "0.4.27", features = ["kv"] } serde = { version = "1.0.219", features = ["derive"] } serde_json = "1.0.140" url = { version = "2.5.4", features = ["serde"] } -- cgit 1.4.1