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,