Remove newline

This commit is contained in:
MineBill 2021-11-30 20:25:36 +02:00 committed by Auguste Rame
parent e469d8171f
commit 227dcb4650

View File

@ -96,7 +96,7 @@ pub fn wizard(allocator: *std.mem.Allocator) !void {
else => 1024 * 1024, 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(.{ try std.json.stringify(.{
.zig_exe_path = zig_exe_path, .zig_exe_path = zig_exe_path,