Skip to content

Commit c2156d6

Browse files
committed
time: format
1 parent 79e3e57 commit c2156d6

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

datetime/tests/time/mod.rs

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,7 @@ use std::{
1414

1515
use plib::testing::{run_test, TestPlan};
1616

17-
fn time_test(
18-
args: &[&str],
19-
expected_output: &str,
20-
expected_error: &str,
21-
expected_exit_code: i32,
22-
) {
17+
fn time_test(args: &[&str], expected_output: &str, expected_error: &str, expected_exit_code: i32) {
2318
let str_args: Vec<String> = args.iter().map(|s| String::from(*s)).collect();
2419

2520
run_test(TestPlan {

0 commit comments

Comments
 (0)