From b5b8d1f20056d964be2f109c1c8b0e8d6aa7adc6 Mon Sep 17 00:00:00 2001 From: Flaminel Date: Mon, 24 Nov 2025 21:57:24 +0200 Subject: [PATCH] add test2 --- code/backend/Cleanuparr.Api/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/backend/Cleanuparr.Api/Program.cs b/code/backend/Cleanuparr.Api/Program.cs index d5bee29..ab5a3b0 100644 --- a/code/backend/Cleanuparr.Api/Program.cs +++ b/code/backend/Cleanuparr.Api/Program.cs @@ -153,4 +153,4 @@ await Log.CloseAndFlushAsync(); // Make Program class accessible for testing -public partial class Program { } +public partial class Program { } \ No newline at end of file