Skip to content

Commit

Permalink
address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
karencfv committed Feb 22, 2024
1 parent 75d26ed commit 0dbc2b3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions illumos-utils/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,6 @@ pub enum ExecutionError {

#[error("Zone is not running")]
NotRunning,

#[error("Output of [{command}] is empty")]
EmptyOutput { command: String },
}

// We wrap this method in an inner module to make it possible to mock
Expand Down

0 comments on commit 0dbc2b3

Please sign in to comment.