Skip to content

Commit

Permalink
missed a newline
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanKell committed Aug 26, 2022
1 parent e323023 commit 0d5cf3a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions KSPCommunityFixes/Performance/ConfigNodePerf.cs
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ private static bool Save(ConfigNode __instance, string fileFullName, string head
sw.Write("// ");
sw.Write(header);
sw.Write(_Newline);
sw.Write(_Newline);
}
_WriteRootNode(__instance, sw);
sw.Close();
Expand Down

0 comments on commit 0d5cf3a

Please sign in to comment.