From 32d07f3e7fbfe0090d4500981f008af15b9d86f0 Mon Sep 17 00:00:00 2001 From: Jim Hodapp Date: Fri, 10 Nov 2023 15:52:45 -0600 Subject: [PATCH] Fixes the cargo fmt --check issue properly. --- src/main.rs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main.rs b/src/main.rs index fa56c63..7b1c475 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,5 +1,5 @@ // Copyright (c) 2023 Jim Hodapp & Caleb Bourg -// - +// // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or @@ -9,15 +9,15 @@ // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. -// - +// // You should have received a copy of the GNU General Public License // along with this program. If not, see . //! //! **Refactor Coaching Platform** -//! - +//! //! A Rust-based backend that provides a web API for various client applications //! (e.g. a web frontend) that facilitate the coaching of software engineers. -//! - +//! //! The platform itself is useful for professional independent coaches, informal //! mentors and engineering leaders who work with individual software engineers //! and/or teams by providing a single application that facilitates and enhances