1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 11:37:44 +00:00

rustfmt the recent change

This commit is contained in:
Sylvestre Ledru 2021-04-24 12:46:06 +02:00
parent 5f61848a38
commit 3ac481e4d3
4 changed files with 7 additions and 12 deletions

View file

@ -346,9 +346,5 @@ fn test_negative_indexing() {
#[test]
fn test_sleep_interval() {
new_ucmd!()
.arg("-s")
.arg("10")
.arg(FOOBAR_TXT)
.succeeds();
new_ucmd!().arg("-s").arg("10").arg(FOOBAR_TXT).succeeds();
}