chore: normalize line-endings/whitespace in Program and project file

This commit is contained in:
2025-10-29 11:04:32 -04:00
parent 5c213f9393
commit 86aa5e16f7

View File

@@ -4,6 +4,8 @@ using PepLib.Data;
var builder = WebApplication.CreateBuilder(args);
// Enable Windows Service hosting
builder.Host.UseWindowsService();