1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-30 20:47:46 +00:00

Merge pull request #5702 from sylvestre/runcon

runcon: remove trailing '.'
This commit is contained in:
Daniel Hofstetter 2023-12-24 13:54:52 +01:00 committed by GitHub
commit 0d05a41f46
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -87,7 +87,6 @@ where
err = source;
write!(writer, ": {err}")?;
}
write!(writer, ".")?;
Ok(())
}