From 89a9fc6543470c1f1fc481a3fafc9f1cec87b60a Mon Sep 17 00:00:00 2001 From: Mylloon Date: Fri, 10 Dec 2021 17:05:12 +0100 Subject: [PATCH] trim whitespaces --- README.md | 1 - src/mattermost.rs | 1 - 2 files changed, 2 deletions(-) diff --git a/README.md b/README.md index a3a2c68..1f0cc1b 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ # matter_bot Bot Mattermost écrit en Rust qui se connecte via pseudo/mot de passe depuis Gitlab. - ## Pré-requis `openssl` requis. ```bash diff --git a/src/mattermost.rs b/src/mattermost.rs index 5b9fc64..3faeb6f 100644 --- a/src/mattermost.rs +++ b/src/mattermost.rs @@ -1,4 +1,3 @@ - /// Se connecte à Mattermost depuis Gitlab #[tokio::main] pub async fn connexion() -> Result {