diff options
| author | Jonathan Halmen <[email protected]> | 2021-11-05 16:44:29 +0100 |
|---|---|---|
| committer | Jonathan Halmen <[email protected]> | 2021-11-05 17:46:56 +0100 |
| commit | 29d32bfa79f462ccae2d392ae3096c63c927d29f (patch) | |
| tree | 3e6ea609c66930457907903329cdd947edafbb78 /exercises/079_quoted_identifiers.zig | |
| parent | 4c7eebbbfca3337b5e3af33eb34979dc56716178 (diff) | |
| download | ziglings-29d32bfa79f462ccae2d392ae3096c63c927d29f.tar.xz ziglings-29d32bfa79f462ccae2d392ae3096c63c927d29f.zip | |
fix whitespace line-endings
Diffstat (limited to 'exercises/079_quoted_identifiers.zig')
| -rw-r--r-- | exercises/079_quoted_identifiers.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/exercises/079_quoted_identifiers.zig b/exercises/079_quoted_identifiers.zig index a529b60..9ef22b0 100644 --- a/exercises/079_quoted_identifiers.zig +++ b/exercises/079_quoted_identifiers.zig @@ -13,7 +13,7 @@ // past the authorities: the @"" identifier quoting syntax. // // @"foo" -// +// // Please help us safely smuggle these fugitive identifiers into // our program: // |
