Skip to content

Commit fb9ea52

Browse files
committed
fix whitespace
1 parent bb8d0df commit fb9ea52

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/DocumentFormat.OpenXml.Framework/EnumerableExtensions.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,3 @@ internal static class EnumerableExtensions
3131
return default;
3232
}
3333
}
34-

src/DocumentFormat.OpenXml.Framework/Validation/Semantic/RelationshipTypeConstraint.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ public RelationshipTypeConstraint(OpenXmlQualifiedName attribute, string type)
5959
if (rels.FirstOrDefault() is { } rel)
6060
{
6161
actualType = rel.RelationshipType;
62-
6362
}
6463
else
6564
{

0 commit comments

Comments
 (0)