diff options
| author | Chris Boesch <chrboesch@noreply.codeberg.org> | 2024-11-07 20:51:59 +0000 |
|---|---|---|
| committer | Chris Boesch <chrboesch@noreply.codeberg.org> | 2024-11-07 20:51:59 +0000 |
| commit | 4d4eefa523a70b477ae981ce9b0eb9dfd5849e8c (patch) | |
| tree | 2fb8e56bb7fcd85e6a36dcccb44c20d39389f749 /patches | |
| parent | 731a3eb0a6f7a88cf03dcf933e9c5caebdef5bad (diff) | |
| parent | 37a0f4262155dc91e4d02ef593e86dd7050ff814 (diff) | |
Merge pull request 'Fixed link to format source code.' (#180) from fix-link-99 into main
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/180
Diffstat (limited to 'patches')
| -rw-r--r-- | patches/patches/099_formatting.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/patches/patches/099_formatting.patch b/patches/patches/099_formatting.patch index 384bf86..a56b556 100644 --- a/patches/patches/099_formatting.patch +++ b/patches/patches/099_formatting.patch @@ -1,5 +1,5 @@ ---- exercises/099_formatting.zig 2023-10-03 22:15:22.125574535 +0200 -+++ answers/099_formatting.zig 2023-10-05 20:04:07.292771311 +0200 +--- exercises/099_formatting.zig 2024-11-07 21:45:10.459123650 +0100 ++++ answers/099_formatting.zig 2024-11-07 21:43:55.154345991 +0100 @@ -131,7 +131,7 @@ for (0..size) |b| { // What formatting is needed here to make our columns |
