about summary refs log tree commit diff
path: root/IRCStates/ISupport.cs
diff options
context:
space:
mode:
authorBen Harris <ben@tilde.team>2020-05-14 23:50:06 -0400
committerBen Harris <ben@tilde.team>2020-05-14 23:50:06 -0400
commitd3600ce56816dbdb3fa5eae12fc6ad133e6e8712 (patch)
treeec4783381e45541d97a1522c2feaa489c3258118 /IRCStates/ISupport.cs
parent21f1e95fb8e935134a969bc3d729964d8d2aadfa (diff)
fix some formatting
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":