Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
StanChe committed Jan 3, 2024
1 parent 8389860 commit 1cc3b70
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions grpc/src/service.rs
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,8 @@ fn usecase_error_to_status(err: &UsecaseError) -> Status {
"Invalid range: start {} and end {} are more than {} slots apart",
start, end, max_window_size
))
}
// Add more cases here for other UsecaseError variants if needed
// _ => Status::internal(format!("Internal error: {:?}", err)),
} // Add more cases here for other UsecaseError variants if needed
// _ => Status::internal(format!("Internal error: {:?}", err)),
}
}

Expand Down

0 comments on commit 1cc3b70

Please sign in to comment.