chore: fix cargo fmt

This commit is contained in:
Alain Emilia Anna Zscheile 2024-11-16 16:10:54 +01:00
parent c528265f1a
commit 98d237270d
1 changed files with 2 additions and 2 deletions

View File

@ -68,11 +68,11 @@ pub trait GetObstacles {
/// Error types that can occur during the invocation of commands /// Error types that can occur during the invocation of commands
#[derive(Error, Debug, Clone)] #[derive(Error, Debug, Clone)]
pub enum InvokerError { pub enum InvokerError {
/// Wraps errors related to command history operations /// Wraps errors related to command history operations
#[error(transparent)] #[error(transparent)]
History(#[from] HistoryError), History(#[from] HistoryError),
/// Wraps errors related to autorouter operations /// Wraps errors related to autorouter operations
#[error(transparent)] #[error(transparent)]
Autorouter(#[from] AutorouterError), Autorouter(#[from] AutorouterError),