run dotnet format
This commit is contained in:
@@ -4,7 +4,7 @@ using Myriad.Gateway;
|
||||
|
||||
namespace PluralKit.Bot
|
||||
{
|
||||
public interface IEventHandler<in T> where T: IGatewayEvent
|
||||
public interface IEventHandler<in T> where T : IGatewayEvent
|
||||
{
|
||||
Task Handle(Shard shard, T evt);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user