refactor(linux-packages): change a comment

This commit is contained in:
utox39
2025-12-14 02:09:50 +01:00
parent a88aab97ff
commit 29d5bb1d98

View File

@@ -47,7 +47,7 @@ fn countDpkgPackages(allocator: std.mem.Allocator) !usize {
count += 1;
}
// Subtruct 1 to remove an empty line
// Subtruct 1 to remove an useless line
return count - 1;
}