chore: code cleanup (mostly whitespace / remove unused imports)
This commit is contained in:
@@ -19,6 +19,7 @@ namespace PluralKit.API;
|
||||
public class PrivateController: PKControllerBase
|
||||
{
|
||||
private readonly RedisService _redis;
|
||||
|
||||
public PrivateController(IServiceProvider svc) : base(svc)
|
||||
{
|
||||
_redis = svc.GetRequiredService<RedisService>();
|
||||
|
Reference in New Issue
Block a user