From 6e149b43f76467431c68083b45658b6bfce99d6b Mon Sep 17 00:00:00 2001 From: yahaa <1477765176@qq.com> Date: Sun, 24 Jul 2022 11:11:12 +0800 Subject: [PATCH] Docs: fix tables format error Fixes: #4725 Signed-off-by: yahaa <1477765176@qq.com> --- src/libs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libs/README.md b/src/libs/README.md index 36f2f00d73..a04a12fafe 100644 --- a/src/libs/README.md +++ b/src/libs/README.md @@ -5,6 +5,6 @@ or published to [`crates.io`](https://crates.io/index.html). Currently it provides following library crates: | Library | Description | -|-|-|-| +|-|-| | [logging](logging/) | Facilities to setup logging subsystem based slog. | | [safe-path](safe-path/) | Utilities to safely resolve filesystem paths. |