From b59f3c58deb04f70476a04263c14f9d21d9596ef Mon Sep 17 00:00:00 2001 From: Billy Chan Date: Fri, 13 May 2022 18:20:59 +0800 Subject: [PATCH] cargo fmt --- src/lib.rs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/lib.rs b/src/lib.rs index 36b392c6..b0604a2c 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -261,9 +261,9 @@ //! 1. [Change Log](https://github.com/SeaQL/sea-orm/tree/master/CHANGELOG.md) //! //! ## Who's using SeaORM? -//! +//! //! The following products are powered by SeaORM: -//! +//! //! //! //! @@ -273,9 +273,9 @@ //! //! //!
-//! +//! //! SeaORM is the foundation of [StarfishQL](https://github.com/SeaQL/starfish-ql), an experimental graph database and query engine developed by SeaQL. -//! +//! //! For more projects, see [Built with SeaORM](https://github.com/SeaQL/sea-orm/blob/master/COMMUNITY.md#built-with-seaorm). //! //! ## License