From 3da45dfc36ee68b6c6bca0ab5845e04a3432a784 Mon Sep 17 00:00:00 2001 From: "daniel.forde" Date: Wed, 18 May 2022 21:39:36 +0200 Subject: [PATCH] Remove trailing whitespace. --- exercises/079_quoted_identifiers.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercises/079_quoted_identifiers.zig b/exercises/079_quoted_identifiers.zig index 9ef22b0..182c7ff 100644 --- a/exercises/079_quoted_identifiers.zig +++ b/exercises/079_quoted_identifiers.zig @@ -22,7 +22,7 @@ const print = @import("std").debug.print; pub fn main() void { const 55_cows: i32 = 55; const isn't true: bool = false; - + print("Sweet freedom: {}, {}.\n", .{ 55_cows, isn't true,