From 1816cda7379d09321c14b6598ec68ecf31cf7d5c Mon Sep 17 00:00:00 2001 From: Jordan Brown Date: Thu, 27 Sep 2018 21:05:00 -0400 Subject: [PATCH] Mark Service.Program as sealed --- src/Tgstation.Server.Host.Service/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Tgstation.Server.Host.Service/Program.cs b/src/Tgstation.Server.Host.Service/Program.cs index 7aecaac629..2aad73d756 100644 --- a/src/Tgstation.Server.Host.Service/Program.cs +++ b/src/Tgstation.Server.Host.Service/Program.cs @@ -17,7 +17,7 @@ namespace Tgstation.Server.Host.Service /// /// Contains the entrypoint for the application /// - class Program + sealed class Program { /// /// The --uninstall or -u option