Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
karencfv committed Jan 9, 2024
1 parent 8b829b0 commit b9545be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion illumos-utils/src/route.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ impl Route {
})?;
match out.status.code() {
Some(0) => (),
// If the entry is not found in the table,
// If the entry is not found in the table,
// the exit status of the command will be 3 (ESRCH).
// When that is the case, we'll add the route.
Some(3) => {
Expand Down

0 comments on commit b9545be

Please sign in to comment.