mirror of
https://codeberg.org/andyscott/ziglings.git
synced 2024-11-13 21:40:46 -05:00
8 lines
112 B
Diff
8 lines
112 B
Diff
52c52,56
|
|
<
|
|
---
|
|
> return Path{
|
|
> .from = from,
|
|
> .to = to,
|
|
> .dist = dist,
|
|
> };
|