From 2c4e412c189ef54c181ffad96667232eaf80fcef Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Tue, 5 May 2020 21:21:59 -0400 Subject: Add more tests, ran resharper formatting tool --- IrcTokens/Tests/Data/JoinModel.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'IrcTokens/Tests/Data') diff --git a/IrcTokens/Tests/Data/JoinModel.cs b/IrcTokens/Tests/Data/JoinModel.cs index b016fc3..2c08e58 100644 --- a/IrcTokens/Tests/Data/JoinModel.cs +++ b/IrcTokens/Tests/Data/JoinModel.cs @@ -9,8 +9,7 @@ namespace IrcTokens.Tests.Data public class Test { - [YamlMember(Alias = "desc")] - public string Description { get; set; } + [YamlMember(Alias = "desc")] public string Description { get; set; } public Atoms Atoms { get; set; } -- cgit 1.4.1