From 93bbf7b7f221a89511f472d659e4e38be50cc20f Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 02:32:07 +0000 Subject: [PATCH] [autofix.ci] apply automated fixes --- src/cli/stats_command.zig | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/cli/stats_command.zig b/src/cli/stats_command.zig index 17bc4b2d1a..9e8791a2cd 100644 --- a/src/cli/stats_command.zig +++ b/src/cli/stats_command.zig @@ -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);