Skip to content

Commit de4e123

Browse files
Antigravity Agentclaude
andcommitted
style(tri): zig fmt tri_experiment.zig
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 7cfc8ac commit de4e123

1 file changed

Lines changed: 4 additions & 7 deletions

File tree

src/tri/tri_experiment.zig

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -274,13 +274,10 @@ fn runList(args: []const []const u8) void {
274274
const crown = if (rank == 0) GOLDEN else if (rank < 3) GREEN else RESET;
275275
const medal = if (rank == 0) " KING" else "";
276276
print(" {s}{d:>3}{s} | {s:<33} | {s}{d:>7.2}{s} | {d:.3} | {d:>5} | {d:>4}{s}\n", .{
277-
crown, rank + 1, RESET,
278-
s.dir,
279-
crown, s.best_ppl, RESET,
280-
s.best_loss,
281-
s.best_step,
282-
s.checkpoints,
283-
medal,
277+
crown, rank + 1, RESET,
278+
s.dir, crown, s.best_ppl,
279+
RESET, s.best_loss, s.best_step,
280+
s.checkpoints, medal,
284281
});
285282
}
286283

0 commit comments

Comments
 (0)