mirror of https://codeberg.org/topola/topola.git
chore: fix cargo fmt
This commit is contained in:
parent
c528265f1a
commit
98d237270d
|
|
@ -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),
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue