Skip to content

Commit 5fd9f25

Browse files
chrisbbreuerclaude
andcommitted
fix: auto-format ProgressBar.zig for Zig 0.16-dev
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 5fceec3 commit 5fd9f25

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/prompt/ProgressBar.zig

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ const Ansi = @import("Ansi.zig");
55
const ProgressBar = @This();
66

77
pub const ProgressBarStyle = enum {
8-
bar, // [=====> ]
9-
blocks, // ████████░░░
10-
dots, // ⣿⣿⣿⣿⣿⣀⣀⣀⣀⣀
11-
ascii, // [###> ]
8+
bar, // [=====> ]
9+
blocks, // ████████░░░
10+
dots, // ⣿⣿⣿⣿⣿⣀⣀⣀⣀⣀
11+
ascii, // [###> ]
1212
};
1313

1414
terminal: Terminal,

0 commit comments

Comments
 (0)