Skip to content

Commit d7ee41b

Browse files
committed
add blank line
1 parent 1cdf8d2 commit d7ee41b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/DocumentFormat.OpenXml.Tests/PptxTests01.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -474,6 +474,7 @@ public void P002_Pptx_DeleteAdd_CoreExtendedProperties()
474474
</Properties>
475475
""");
476476
}
477+
477478
var custFPP = doc.AddCustomFilePropertiesPart();
478479
var custFPPStream = custFPP.GetStream();
479480
using (var writer = new System.Xml.XmlTextWriter(custFPPStream, System.Text.Encoding.UTF8))

0 commit comments

Comments
 (0)