Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
Fraser Greenroyd committed Mar 28, 2023
1 parent ac3c1ed commit d88e50e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions GSA_Adapter/Convert/FromGsa/Properties/SpacerProperty.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
* Copyright (c) 2015 - 2022, the respective contributors. All rights reserved.
* Copyright (c) 2015 - 2023, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
Expand Down Expand Up @@ -87,13 +87,10 @@ public static SpacerProperty FromGsaSpacerProperty(string gsaProp)
break;
}



return spacerProp;
}

/***************************************************/
}
}


0 comments on commit d88e50e

Please sign in to comment.