From 9a271535d2f29928c7539f2598c1d0d17d963e80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Flemstr=C3=B6m?= Date: Wed, 30 Oct 2024 14:19:24 +0100 Subject: [PATCH] layer: Fix small indentation error in example config --- crates/layer/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/layer/src/lib.rs b/crates/layer/src/lib.rs index 962b6f9..3f7f8f3 100644 --- a/crates/layer/src/lib.rs +++ b/crates/layer/src/lib.rs @@ -56,7 +56,7 @@ //! - size_kb: 1024 //! data_sources: //! - config: -//! name: "rust_tracing" +//! name: "rust_tracing" //! ``` //! //! This is a good starting point for a minimal config file. If you want to