brace multiline if statements (cont.)

This commit is contained in:
telans
2020-06-20 21:19:16 +12:00
parent 5bb639a59a
commit 6556bec646
8 changed files with 36 additions and 0 deletions

View File

@@ -70,7 +70,9 @@ namespace Rssdp.Infrastructure
message.RequestUri = requestUri;
}
else
{
System.Diagnostics.Debug.WriteLine(parts[1]);
}
if (parts.Length >= 3)
{