From 664f42d22d12ee37f9f8e9234927e5a6a5718348 Mon Sep 17 00:00:00 2001 From: Billy Chan Date: Tue, 26 Apr 2022 12:24:17 +0800 Subject: [PATCH] cargo fmt --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 1cc42f3a..0668c7e6 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -263,7 +263,7 @@ //! ## Who's using SeaORM? //! //! SeaORM is the foundation of [StarfishQL](https://github.com/SeaQL/starfish-ql), an experimental graph database and query engine. -//! +//! //! For more projects, see [Built with SeaORM](https://github.com/SeaQL/sea-orm/blob/master/COMMUNITY.md#built-with-seaorm). //! //! ## License