Whitespace

This commit is contained in:
John Lewin 2017-10-08 19:35:49 -07:00
parent ebdbd5b53d
commit 37b539f89d
8 changed files with 5 additions and 15 deletions

View file

@ -126,7 +126,6 @@ namespace MatterHackers.MatterControl.Library
{
await Task.Run(async () =>
{
foreach (var item in items)
{
switch (item)
@ -354,7 +353,7 @@ namespace MatterHackers.MatterControl.Library
public bool IsProtected { get; set; } = false;
public bool IsReadOnly { get; set; } = false;
public bool IsVisible { get; set; } = true;
public Task<ILibraryContainer> GetContainer(Action<double, string> reportProgress)