From: Michael <heluecht@pirati.ca>
Date: Wed, 19 May 2021 22:18:30 +0000 (+0000)
Subject: Whitespaces ...
X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=d46150f1dccd263017584ebd3d1d7ebdd7771555;p=friendica.git

Whitespaces ...
---

diff --git a/src/Module/Api/Mastodon/Conversations/Read.php b/src/Module/Api/Mastodon/Conversations/Read.php
index 346e78a501..d1c349eaac 100644
--- a/src/Module/Api/Mastodon/Conversations/Read.php
+++ b/src/Module/Api/Mastodon/Conversations/Read.php
@@ -39,7 +39,7 @@ class Read extends BaseApi
 		if (!empty($parameters['id'])) {
 			DI::mstdnError()->UnprocessableEntity();
 		}
-		
+
 		DBA::update('mail', ['seen' => true], ['convid' => $parameters['id'], 'uid' => $uid]);
 
 		System::jsonExit(DI::mstdnConversation()->CreateFromConvId($parameters['id'])->toArray());