From e4e40e20713ad60febeae63b00a2d903f5a3b7de Mon Sep 17 00:00:00 2001 From: Torsten Dittmann Date: Tue, 5 Mar 2024 11:10:03 +0100 Subject: [PATCH] chore: run linter --- src/Appwrite/Platform/Workers/Messaging.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Appwrite/Platform/Workers/Messaging.php b/src/Appwrite/Platform/Workers/Messaging.php index 53b0358766..3fbe30ccca 100644 --- a/src/Appwrite/Platform/Workers/Messaging.php +++ b/src/Appwrite/Platform/Workers/Messaging.php @@ -649,4 +649,4 @@ class Messaging extends Action $badge ); } -} \ No newline at end of file +}