Skip to content

Commit f2fc798

Browse files
committed
style: apply cargo fmt
cargo fmt --check flagged one whitespace-only change in crates/jcode-tui/src/tui/app/auth_account_commands.rs (a stray blank line after a function body). Applied cargo fmt; the .jcode/state/modes.toml change is just a runtime state file.
1 parent 21df0c7 commit f2fc798

2 files changed

Lines changed: 10 additions & 3 deletions

File tree

.jcode/state/modes.toml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
1-
updated_at = "2026-06-21T16:19:46.135389+00:00"
1+
updated_at = "2026-06-21T16:51:36.546102+00:00"
22

33
[[active_modes]]
44
workflow = "ultrawork"
55
activated_at = "2026-06-16T16:22:37.059129+00:00"
6-
turn_count = 4
6+
turn_count = 5
7+
turn_limit = 10
8+
9+
[active_modes.metadata]
10+
11+
[[active_modes]]
12+
workflow = "ultraqa"
13+
activated_at = "2026-06-21T16:51:36.546100+00:00"
14+
turn_count = 0
715
turn_limit = 10
816

917
[active_modes.metadata]

crates/jcode-tui/src/tui/app/auth_account_commands.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ pub(crate) fn handle_auth_command(app: &mut App, trimmed: &str) -> bool {
3030
false
3131
}
3232

33-
3433
pub(crate) async fn handle_account_command_remote(
3534
app: &mut App,
3635
trimmed: &str,

0 commit comments

Comments
 (0)