From 88886a37d9721763326ff80a7b2c127e4a8cb8ae Mon Sep 17 00:00:00 2001 From: Jonathan Halmen Date: Fri, 5 Nov 2021 16:44:29 +0100 Subject: fix whitespace line-endings --- exercises/079_quoted_identifiers.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'exercises/079_quoted_identifiers.zig') 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: // -- cgit v1.2.3-ZIG