mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 10:28:47 +00:00
[autofix.ci] apply automated fixes
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user