remove white space

This commit is contained in:
Andreas Zweili 2018-08-23 21:26:15 +02:00
parent 07183ccf2b
commit d3165f5007
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ namespace Plattform.Helper
{
foreach (var item in ListRoomTypes)
{
RoomTypes.Add(new RoomType(item, 2, "blubl" ));
RoomTypes.Add(new RoomType(item, 2, "blubl"));
}
return RoomTypes;
}