Skip to content

Commit f32b966

Browse files
committed
Fix build error
1 parent cb2899f commit f32b966

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Synercoding.FileFormats.Pdf/PdfWriter.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ public int PageCount
7070
/// <returns>Returns this <see cref="PdfWriter"/> to chain calls</returns>
7171
public PdfWriter SetDocumentInfo(Action<DocumentInformation> infoAction)
7272
{
73-
_throwWhenEndingWritten()';'
73+
_throwWhenEndingWritten();
7474

7575
infoAction(DocumentInformation);
7676

0 commit comments

Comments
 (0)