Skip to content

Commit be33828

Browse files
KayleeBeyeneclaude
andcommitted
style: fix comment spacing in account tests
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 97e7967 commit be33828

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/display/account.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -247,8 +247,8 @@ mod tests {
247247

248248
let output = format_account_list(&summaries, false);
249249
assert!(output.contains("Accounts"));
250-
assert!(output.contains("====")); // 80-char header separator
251-
assert!(output.contains("----")); // 80-char row separator
250+
assert!(output.contains("====")); // 80-char header separator
251+
assert!(output.contains("----")); // 80-char row separator
252252
assert!(output.contains("Checking"));
253253
assert!(output.contains("Savings"));
254254
assert!(output.contains("TOTALS:")); // Matches budget overview style

0 commit comments

Comments
 (0)