Enforce comment spacing with Stylecop

Fixes #3104
This commit is contained in:
Qstick 2022-11-21 19:51:00 -06:00
parent 52fc5ae1ea
commit c02b66ec44
102 changed files with 299 additions and 300 deletions

View file

@ -59,8 +59,8 @@ namespace Lidarr.Api.V1.Config
AuthenticationMethod = model.AuthenticationMethod,
AnalyticsEnabled = model.AnalyticsEnabled,
//Username
//Password
// Username
// Password
LogLevel = model.LogLevel,
ConsoleLogLevel = model.ConsoleLogLevel,
Branch = model.Branch,