Skip to content

Commit 279b97e

Browse files
Fraser GreenroydFraser Greenroyd
authored andcommitted
Fix formatting issues in GEM create
1 parent 68837a8 commit 279b97e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

IES_Adapter/CRUD/Create.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ protected override bool ICreate<T>(IEnumerable<T> objects, ActionConfig actionCo
6060
sw.WriteLine("COM GEM data file exported by BHoM");
6161
sw.WriteLine("CAT"); //Lol - Default GEM files use ANT
6262
sw.WriteLine("SITE");
63-
sw.WriteLine("51.378  2.3648  0.000  0.000");
63+
sw.WriteLine("51.378 2.3648 0.000 0.000");
6464

6565
try
6666
{

0 commit comments

Comments
 (0)