whitespace

This commit is contained in:
glax 2023-04-09 20:40:41 +02:00
parent 6938c86ce2
commit a0d2284e45

View File

@ -1,3 +1,4 @@
using System.Text;
using System.Text.Json.Serialization;
using OSMDatastructure;
using OSMDatastructure.Graph;
@ -14,8 +15,6 @@ builder.Services.AddSwaggerGen();
var app = builder.Build();
app.MapGet("/getRouteDistance", (float latStart, float lonStart, float latEnd, float lonEnd) =>
{
DateTime startCalc = DateTime.Now;