mktemp: fix test fmt

This commit is contained in:
ZauJulio 2023-03-02 15:30:55 -03:00
parent e9bd69e051
commit b94a0d2ebe
No known key found for this signature in database
GPG key ID: 5AC499A308A063B8

View file

@ -575,7 +575,9 @@ fn test_template_path_separator() {
/// Test that a prefix with a point is valid.
#[test]
fn test_prefix_template_separator() {
new_ucmd!().args(&["-p", ".", "-t", TEST_TEMPLATE9]).succeeds();
new_ucmd!()
.args(&["-p", ".", "-t", TEST_TEMPLATE9])
.succeeds();
}
#[test]