aboutsummaryrefslogtreecommitdiff
path: root/exercises/079_quoted_identifiers.zig
diff options
context:
space:
mode:
authorDave Gauer <dave@ratfactor.com>2021-11-07 20:52:39 -0500
committerDave Gauer <dave@ratfactor.com>2021-11-07 20:52:39 -0500
commitd1e684126176214b65399034c96b6f52189b2b72 (patch)
tree5866b7f3a15945a73b946443fbd490fc8f4cc2d8 /exercises/079_quoted_identifiers.zig
parent266449b1dd8e5e89887aa84c2d10270cdd6c7936 (diff)
parentdedd787f2dd0badc03caa1299adaf57eaeaae156 (diff)
downloadziglings-d1e684126176214b65399034c96b6f52189b2b72.tar.gz
ziglings-d1e684126176214b65399034c96b6f52189b2b72.tar.bz2
ziglings-d1e684126176214b65399034c96b6f52189b2b72.tar.xz
ziglings-d1e684126176214b65399034c96b6f52189b2b72.zip
Merge branch 'main' of github.com:ratfactor/ziglings into main
Diffstat (limited to 'exercises/079_quoted_identifiers.zig')
-rw-r--r--exercises/079_quoted_identifiers.zig2
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:
//