Readarr/src/ServiceHelpers/ServiceInstall/Program.cs
Qstick f77a2feeef
StyleCop (#1058)
* Stylecop Rules and Fixes
2020-01-03 07:49:24 -05:00

10 lines
169 B
C#

namespace ServiceInstall
{
public static class Program
{
private static void Main()
{
ServiceHelper.Run(@"/i");
}
}
}