Remove trailing whitespace

This commit is contained in:
Oleksii Holub
2019-04-12 13:48:13 +03:00
parent 1edeaf9d3a
commit a7da90943f
8 changed files with 8 additions and 8 deletions

View File

@@ -15,7 +15,7 @@
public string Topic { get; }
public ChannelType Type { get; }
public Channel(string id, string parentId, string guildId, string name, string topic, ChannelType type)
{
Id = id;