Compare commits

..

No commits in common. "32422f96c6520361c55c8483638b43d5a19a4923" and "832bc84bd270c1f0ad0687f34873539a6331d6f2" have entirely different histories.

View File

@ -27,7 +27,7 @@
{ {
return $"{string.Join("\n", Steps)}\n" + return $"{string.Join("\n", Steps)}\n" +
$"Distance: {Distance:000000.00}m\n" + $"Distance: {Distance:000000.00}m\n" +
$"Time: {Time:hh\\:m\\:ss}"; $"Time: {Time:000000.00}";
} }
} }