From d3600ce56816dbdb3fa5eae12fc6ad133e6e8712 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Thu, 14 May 2020 23:50:06 -0400 Subject: fix some formatting --- IRCStates/ISupport.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'IRCStates/ISupport.cs') diff --git a/IRCStates/ISupport.cs b/IRCStates/ISupport.cs index 5fcd5b1..b8a5651 100644 --- a/IRCStates/ISupport.cs +++ b/IRCStates/ISupport.cs @@ -51,10 +51,10 @@ namespace IRCStates var value = string.Empty; if (split.Length > 1) { - value = split[1]; + value = split[1]; Raw[key] = value; } - + switch (split[0]) { case "NETWORK": -- cgit 1.4.1