From a5a79dd5831471ad91b63558d8c8e18c3e295e79 Mon Sep 17 00:00:00 2001 From: Fabian-Lars Date: Tue, 10 Jun 2025 17:14:48 +0200 Subject: [PATCH] manual fmt --- plugins/log/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/log/Cargo.toml b/plugins/log/Cargo.toml index 89987fdb..d873ab69 100644 --- a/plugins/log/Cargo.toml +++ b/plugins/log/Cargo.toml @@ -35,7 +35,7 @@ time = { version = "0.3", features = [ "formatting", "local-offset", "macros", - "parsing" + "parsing", ] } fern = "0.7" tracing = { workspace = true, optional = true }