whitespace fix

This commit is contained in:
Tim Young 2017-08-10 15:26:06 -05:00
parent 4557b9a2e1
commit 327722bc97
1 changed files with 1 additions and 1 deletions

View File

@ -337,7 +337,7 @@ namespace EduNetworkBuilder
}
#endregion
public bool AddHomework(SchoolworkClass ToAdd)
public bool AddHomework(SchoolworkClass ToAdd)
{
//Check to see if we already exist
foreach(SchoolworkClass one in Projects)