about summary refs log tree commit diff
path: root/IRCStates/ISupport.cs
diff options
context:
space:
mode:
Diffstat (limited to 'IRCStates/ISupport.cs')
-rw-r--r--IRCStates/ISupport.cs4
1 files changed, 2 insertions, 2 deletions
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":