zig/test/behavior
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-06-25 14:51:03 -07:00
2023-07-31 03:49:21 -04:00
2023-05-20 17:30:22 +02:00
2023-07-26 19:02:02 -07:00
2023-05-31 18:04:33 +02:00
2023-05-20 17:30:22 +02:00
2023-07-31 01:58:10 -04:00
2023-07-26 22:19:30 -07:00
2023-06-27 19:57:23 -04:00
2022-01-07 00:06:06 -05:00
2023-08-09 05:46:44 -04:00
2023-05-20 18:43:26 +03:30
2023-05-20 17:30:22 +02:00
2023-05-11 20:31:52 +02:00
2023-05-20 17:30:22 +02:00
2023-08-30 16:50:30 -04:00
2023-07-31 03:49:21 -04:00
2023-05-11 20:31:52 +02:00