fix formatting

This commit is contained in:
Skgland
2023-12-04 22:41:25 +01:00
committed by Bennet Bleßmann
parent 4df7e94d56
commit b052b62b16
2 changed files with 0 additions and 2 deletions

View File

@@ -1,4 +1,3 @@
pub(crate) trait Expectable {
#[track_caller]
fn assert_eq(self, other: &[u8]);

View File

@@ -1,7 +1,6 @@
use crate::helper::load_module_test;
use serial_test::serial;
// issue #831
#[serial]
#[test]