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

tests/cksum: fix formatting

This commit is contained in:
Vardhan Patil 2023-12-30 20:31:52 +05:30
parent e7cb4e9ff0
commit 1fc6a760f3

View file

@ -285,4 +285,4 @@ fn test_length_is_zero() {
.succeeds() .succeeds()
.no_stderr() .no_stderr()
.stdout_is_fixture("length_is_zero.expected"); .stdout_is_fixture("length_is_zero.expected");
} }