Skip to content

Commit

Permalink
Formatting update
Browse files Browse the repository at this point in the history
  • Loading branch information
TheKrol committed Jan 14, 2025
1 parent c3961cb commit 7dc5f3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/handlers_prelude/github_handlers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ pub async fn list_branches_handler(
.gh_client
.list_branches()
.await
.map_err(|err| eyre_to_axum_err(err))?;
.map_err(eyre_to_axum_err)?;

// Extract branch names and handle protection status if needed
let branches: Vec<String> = branch_details
Expand Down

0 comments on commit 7dc5f3d

Please sign in to comment.