Skip to content

Commit

Permalink
Whitespace to allow installer check to run
Browse files Browse the repository at this point in the history
  • Loading branch information
peterjamesnugent committed Aug 28, 2024
1 parent 4eee967 commit 540c2b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
6 changes: 1 addition & 5 deletions Lusas_Adapter/CRUD/Read/Elements/Bars.cs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ private List<Bar> ReadBars(List<string> ids = null)
{
object[] lusasLines = d_LusasData.getObjects("Line");
List<Bar> bars = new List<Bar>();

if (!(lusasLines.Count() == 0))
{
IEnumerable<Node> nodesList = GetCachedOrRead<Node>();
Expand Down Expand Up @@ -102,7 +102,3 @@ private List<Bar> ReadBars(List<string> ids = null)

}
}




8 changes: 1 addition & 7 deletions Lusas_Adapter/Type/NextFreeId.cs
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,4 @@ protected override object NextFreeId(Type objectType, bool refresh)
}

}
}






}

0 comments on commit 540c2b0

Please sign in to comment.