Skip to content

Commit

Permalink
fix lint warning
Browse files Browse the repository at this point in the history
Signed-off-by: Marcelo Mendes Spessoto Junior <marcelomspessoto@gmail.com>
  • Loading branch information
MarceloSpessoto committed Mar 17, 2024
1 parent dc4993e commit f04e246
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/contest/contest/src/tests/cgroups/relative_blkio.rs
Original file line number Diff line number Diff line change
Expand Up @@ -524,8 +524,6 @@ pub fn get_test_group() -> TestGroup {
Box::new(can_run),
Box::new(|| test_relative_blkio("non_empty_100kb", 102400, false)),
);
test_group.add(vec![
Box::new(non_empty_100kb),
]);
test_group.add(vec![Box::new(non_empty_100kb)]);
test_group
}

0 comments on commit f04e246

Please sign in to comment.