Skip to content

Commit ff2839b

Browse files
nikomatsakisclaude
andcommitted
style: cleanup formatting in format_champions and issues
Removes extra whitespace and improves formatting consistency in champion formatting and GitHub issues handling code. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent d92c961 commit ff2839b

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

crates/rust-project-goals/src/format_champions.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ pub fn format_champions(goals: &[&GoalDocument]) -> Result<String> {
2222
goal.link_path.display()
2323
);
2424

25-
2625
champion_goals
2726
.entry(champion_name)
2827
.or_default()

crates/rust-project-goals/src/gh/issues.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ pub fn sync_assignees(
381381
let output = command.output()?;
382382
if !output.status.success() {
383383
Err(Error::str(format!(
384-
"failed to sync issue `{}`: {}",
384+
"failed to sync issue assignees `{}`: {}",
385385
number,
386386
String::from_utf8_lossy(&output.stderr)
387387
)))

0 commit comments

Comments
 (0)