From 4199126984e6660228f555f044161014867097a1 Mon Sep 17 00:00:00 2001 From: Bradley Schofield Date: Thu, 4 Jan 2024 13:04:51 +0000 Subject: [PATCH] Run Linter --- src/Appwrite/Platform/Tasks/Retry.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Appwrite/Platform/Tasks/Retry.php b/src/Appwrite/Platform/Tasks/Retry.php index 15e56a3f97..a2cf883393 100644 --- a/src/Appwrite/Platform/Tasks/Retry.php +++ b/src/Appwrite/Platform/Tasks/Retry.php @@ -36,4 +36,4 @@ class Retry extends Action $queueClient->retry(); } -} \ No newline at end of file +}