Whitespace
This commit is contained in:
parent
ebdbd5b53d
commit
37b539f89d
8 changed files with 5 additions and 15 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue