Skip to content

Commit

Permalink
Add newline to end of xml file
Browse files Browse the repository at this point in the history
  • Loading branch information
ldicker83 committed Dec 9, 2021
1 parent 3dce93c commit cebbe45
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions FormMain.cs
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,8 @@ private void WriteTechFile()
writer.WriteEndElement();
writer.WriteEndDocument();
writer.Close();

File.AppendAllText(TechFileName, "\n", System.Text.Encoding.ASCII);
}

private bool ShowSaveAsDialog()
Expand Down

0 comments on commit cebbe45

Please sign in to comment.