Skip to content

Commit

Permalink
Merge pull request #5702 from sylvestre/runcon
Browse files Browse the repository at this point in the history
runcon: remove trailing '.'
  • Loading branch information
cakebaker authored Dec 24, 2023
2 parents be82200 + 9b78016 commit 0d05a41
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/uu/runcon/src/errors.rs
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ where
err = source;
write!(writer, ": {err}")?;
}
write!(writer, ".")?;
Ok(())
}

Expand Down

0 comments on commit 0d05a41

Please sign in to comment.