Trim whitespace.

This commit is contained in:
Dean Herbert 2017-05-03 20:49:52 +09:00
parent 489f586887
commit 330dd458bd
1 changed files with 1 additions and 2 deletions

View File

@ -17,8 +17,7 @@ public MaintenanceSection()
FlowContent.Spacing = new Vector2(0, 5);
Children = new Drawable[]
{
};
}
}
}
}