Add a writeline after dump. Better for debugging

This commit is contained in:
Tim Young 2017-08-25 15:17:07 -05:00
parent fb1fb82cf4
commit c7357f15e4
1 changed files with 1 additions and 0 deletions

View File

@ -54,6 +54,7 @@ namespace EduNetworkBuilder
{
Console.WriteLine(string.Format("{0:12} : {1:-12}",one.host, one.WhatUsed.ToString()));
}
Console.WriteLine(""); //blank line.
}
}
}