Skip to content

Commit 9259df6

Browse files
committed
Fix error where if statement is not wrapped
1 parent c516670 commit 9259df6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Lusas_Engine/Query/InvalidSectionProfile.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,10 @@ public static bool InvalidSectionProfile(this ISectionProperty sectionProfile)
4343
sectionProfile is GeneralisedTSectionProfile ||
4444
sectionProfile is FreeFormProfile ||
4545
sectionProfile is KiteProfile)
46+
{
4647
isInvalid = true;
4748
Base.Compute.RecordWarning("Unsupported SectionProfile (GeneralisedFabricatedBoxProfile, GeneralisedTSectionProfile, FreeformProfile or KiteProfile) assigned to Bar SectionProperty.");
48-
49+
}
4950
return isInvalid;
5051
}
5152
}

0 commit comments

Comments
 (0)