From 858953b4781b6d43162538fd0b02b9e29c9c0738 Mon Sep 17 00:00:00 2001 From: Billy Chan Date: Thu, 17 Feb 2022 15:44:40 +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 6e3914f3..6b17eabd 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -25,7 +25,7 @@ //! #### SeaORM is a relational ORM to help you build web services in Rust with the familiarity of dynamic languages. //! //! ## Getting Started -//! +//! //! [![GitHub stars](https://img.shields.io/github/stars/SeaQL/sea-orm.svg?style=social&label=Star&maxAge=2592000)](https://GitHub.com/SeaQL/sea-orm/stargazers/) //! If you like what we do, consider starring, commenting, sharing and contributing! //!