r00ster91 ee4ced9683 write function types consistently with a space before fn keyword
Currently, the compiler (like @typeName) writes it `fn(...) Type` but
zig fmt writes it `fn (...) Type` (notice the space after `fn`).
This inconsistency is now resolved and function types are consistently
written the zig fmt way. Before this there were more `fn (...) Type`
occurrences than `fn(...) Type` already.
2023-09-19 15:15:05 +03:00
..
2023-09-08 21:46:05 +03:00
2023-09-13 18:24:59 -04:00
2023-04-22 13:09:15 +03:00
2023-08-24 22:38:47 -07:00
2023-09-02 00:18:53 +02:00
2023-06-25 14:51:03 -07:00
2023-09-08 21:47:44 +03:00
2023-06-10 20:42:30 -07:00
2023-09-13 18:24:59 -04:00
2023-07-07 11:57:09 -07:00