Skip to content

Commit 0069921

Browse files
Removed the unwanted space
1 parent 24cace9 commit 0069921

File tree

1 file changed

+0
-1
lines changed
  • Tables/Find-table-and-add-row/Find-table-and-add-row

1 file changed

+0
-1
lines changed

Tables/Find-table-and-add-row/Find-table-and-add-row/Program.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
// Add a new row to the table.
1515
table.AddRow();
1616
}
17-
1817
using (FileStream outputFileStream = new FileStream(Path.GetFullPath("Output/Result.docx"), FileMode.Create, FileAccess.Write))
1918
{
2019
// Save the modified document to the output file stream.

0 commit comments

Comments
 (0)