Skip to content

Commit

Permalink
Remove unnecesary space
Browse files Browse the repository at this point in the history
  • Loading branch information
laurynas111 committed Jan 10, 2024
1 parent 24b550d commit 1e08896
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Domains/1-Common/Profiles/Profiles.ecschema.xml
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@
<ECProperty propertyName="TopFlatWidth" typeName="double" displayLabel="Top Flat Width" description="Width of top flat." kindOfQuantity="AECU:LENGTH_SHORT" />
<ECProperty propertyName="BottomRibWidth" typeName="double" displayLabel="Bottom Rib Width" description="Width of bottom rib." kindOfQuantity="AECU:LENGTH_SHORT" />
<ECProperty propertyName="CoverageWidth" typeName="double" displayLabel="Coverage Width" description="Distance between top flat and bottom width." kindOfQuantity="AECU:LENGTH_SHORT" />
<ECProperty propertyName="DiagonalWidth" typeName="double" displayLabel="Diagonal Width" description="Horizontal width of (a single) web diagonal ." kindOfQuantity="AECU:LENGTH_SHORT" />
<ECProperty propertyName="DiagonalWidth" typeName="double" displayLabel="Diagonal Width" description="Horizontal width of (a single) web diagonal." kindOfQuantity="AECU:LENGTH_SHORT" />
</ECEntityClass>

<ECEntityClass typeName="DeepDeckProfile" modifier="Sealed" displayLabel="Deep Deck Profile" description="Deep Deck Profile.">
Expand Down

0 comments on commit 1e08896

Please sign in to comment.