From f746f7a835f433d8a8433513cae412adf1880e5d Mon Sep 17 00:00:00 2001 From: gyurix Date: Mon, 28 Apr 2025 00:15:26 +0200 Subject: [PATCH] Fix formatting by adding a newline at the end of the Drone CI configuration file --- .drone.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 3c1db732d..c417137ed 100644 --- a/.drone.yml +++ b/.drone.yml @@ -30,4 +30,5 @@ steps: - linux/arm64 when: event: - - push \ No newline at end of file + - push + \ No newline at end of file