feat(macos): minor changes
This commit is contained in:
@@ -14,7 +14,7 @@ pub fn getPackagesInfo(allocator: std.mem.Allocator) ![]const u8 {
|
||||
|
||||
if (homebrew_packages > 0) {
|
||||
try std.fmt.formatInt(homebrew_packages, 10, .lower, .{}, fbs.writer());
|
||||
try packages_info.appendSlice("brew: ");
|
||||
try packages_info.appendSlice(" brew: ");
|
||||
try packages_info.appendSlice(fbs.getWritten());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user