Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Leon Holtmeier <l.holtmeier@campus.tu-berlin.de>
  • Loading branch information
Superschnizel committed Jul 12, 2024
1 parent 0929814 commit e06e744
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/BIE.DataPipeline/Import/ShapeImporter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ public bool ReadLine(out string nextLine)
nextLine += $", \'{(value != "" ? value : "null")}\'";
}

nextLine += CalculateAreaInSquareMeters(geometry);
nextLine += $", {CalculateAreaInSquareMeters(geometry)}";

return true;
}
Expand Down

0 comments on commit e06e744

Please sign in to comment.