aboutsummaryrefslogtreecommitdiff
path: root/exercises/079_quoted_identifiers.zig
diff options
context:
space:
mode:
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:
//