From 933a4f85604e21445c9bac8272d64cf3e6f65e00 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Wed, 22 Apr 2020 16:28:51 -0400 Subject: rename to IrcSharp also tidy up formatting with vs tools --- IrcStates/Tests/ISupport.cs | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 IrcStates/Tests/ISupport.cs (limited to 'IrcStates/Tests/ISupport.cs') diff --git a/IrcStates/Tests/ISupport.cs b/IrcStates/Tests/ISupport.cs new file mode 100644 index 0000000..aa6260a --- /dev/null +++ b/IrcStates/Tests/ISupport.cs @@ -0,0 +1,10 @@ +using Microsoft.VisualStudio.TestTools.UnitTesting; +// ReSharper disable InconsistentNaming + +namespace IrcStates.Tests +{ + [TestClass] + public class ISupport + { + } +} -- cgit 1.4.1