Skip to content

Commit ef19642

Browse files
committed
feat: align updated text
1 parent f75294f commit ef19642

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,6 @@ fn update_zig_installation(alloc: Allocator, cp: CommonPaths, version_possible:
273273
if (already_update.items.len > 0) std.debug.print("\n", .{});
274274

275275
for (already_update.items) |v| {
276-
std.debug.print("\t{s} : Up to date\n", .{v});
276+
std.debug.print("\t{s: <6} : Up to date\n", .{v});
277277
}
278278
}

0 commit comments

Comments
 (0)