Add a writeline after dump. Better for debugging
This commit is contained in:
parent
fb1fb82cf4
commit
c7357f15e4
@ -54,6 +54,7 @@ namespace EduNetworkBuilder
|
||||
{
|
||||
Console.WriteLine(string.Format("{0:12} : {1:-12}",one.host, one.WhatUsed.ToString()));
|
||||
}
|
||||
Console.WriteLine(""); //blank line.
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user