From 227dcb465058cb1816d3040e929a587673f21450 Mon Sep 17 00:00:00 2001 From: MineBill Date: Tue, 30 Nov 2021 20:25:36 +0200 Subject: [PATCH] Remove newline --- src/setup.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/setup.zig b/src/setup.zig index 4a7adc3..da2f8e0 100644 --- a/src/setup.zig +++ b/src/setup.zig @@ -96,7 +96,7 @@ pub fn wizard(allocator: *std.mem.Allocator) !void { else => 1024 * 1024, }; - std.debug.print("Writing config to {s}/zls.json ... \n", .{config_path}); + std.debug.print("Writing config to {s}/zls.json ... ", .{config_path}); try std.json.stringify(.{ .zig_exe_path = zig_exe_path,