diff options
| author | Jonathan Halmen <jonathan@halmen.org> | 2021-11-05 16:44:29 +0100 |
|---|---|---|
| committer | Jonathan Halmen <jonathan@halmen.org> | 2021-11-05 17:46:56 +0100 |
| commit | 29d32bfa79f462ccae2d392ae3096c63c927d29f (patch) | |
| tree | 3e6ea609c66930457907903329cdd947edafbb78 /exercises/075_quiz8.zig | |
| parent | 4c7eebbbfca3337b5e3af33eb34979dc56716178 (diff) | |
fix whitespace line-endings
Diffstat (limited to 'exercises/075_quiz8.zig')
| -rw-r--r-- | exercises/075_quiz8.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/exercises/075_quiz8.zig b/exercises/075_quiz8.zig index ff5e569..61c8f6f 100644 --- a/exercises/075_quiz8.zig +++ b/exercises/075_quiz8.zig @@ -69,7 +69,7 @@ const f_paths = [_]Path{ makePath(&f, &d, 7) }; // // For example, we could create our own "path language" and // create Paths from that. Something like this, perhaps: -// +// // a -> (b[2]) // b -> (a[2] d[1]) // c -> (d[3] e[2]) |
