From 8b3990959b23eb446e2b76cf7f156e4d01af5cc9 Mon Sep 17 00:00:00 2001 From: light7734 Date: Tue, 15 Jul 2025 16:24:44 +0330 Subject: [PATCH] chore: revert accidental commit This reverts commit ff2a2d3bb3b8efcac5dfc7e806d4bfa0f96e3e0a. --- .drone.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 654e012..8474519 100644 --- a/.drone.yml +++ b/.drone.yml @@ -29,8 +29,6 @@ steps: if [ "$has_fomatting_issues" -eq 0 ]; then echo "✅ All files are properly formatted! Well done! ^~^" - else - echo "❌ Formatting issues found in some files :(" fi exit ${has_fomatting_issues}