[autofix.ci] apply automated fixes

This commit is contained in:
autofix-ci[bot]
2025-09-08 02:32:07 +00:00
committed by GitHub
parent 58ed44ff06
commit 93bbf7b7f2

View File

@@ -186,8 +186,8 @@ pub const StatsCommand = struct {
if (stats.typescript.files > 0) {
printRow("TypeScript", &stats.typescript);
}
// Assets
// Assets
if (stats.json.files > 0) {
printRow("JSON", &stats.json);
}
@@ -512,7 +512,7 @@ pub const StatsCommand = struct {
},
else => {},
}
// Check if it's a test file
if (is_test) {
addStats(&ctx.stats.tests, &file_stats);