Skip to content

Commit

Permalink
Fix formatting issues in GEM create
Browse files Browse the repository at this point in the history
  • Loading branch information
Fraser Greenroyd committed Mar 23, 2023
1 parent 98a13c6 commit ac5b301
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IES_Adapter/CRUD/Create.cs
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ protected override bool ICreate<T>(IEnumerable<T> objects, ActionConfig actionCo
sw.WriteLine("COM GEM data file exported by BHoM");
sw.WriteLine("CAT"); //Lol - Default GEM files use ANT
sw.WriteLine("SITE");
sw.WriteLine("51.378  2.3648  0.000  0.000");
sw.WriteLine("51.378 2.3648 0.000 0.000");

try
{
Expand Down

0 comments on commit ac5b301

Please sign in to comment.