Skip to content

Commit 0e551c9

Browse files
committed
fmt
1 parent 1f1162c commit 0e551c9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

crates/bitwarden-exporters/src/cxf/import_sample_tests.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,8 @@ fn load_sample_cxf() -> Result<Vec<ImportingCipher>, CxfError> {
3737
mod tests {
3838
use bitwarden_vault::FieldType;
3939

40-
use crate::{Field, Identity};
41-
4240
use super::*;
41+
use crate::{Field, Identity};
4342

4443
#[test]
4544
fn test_load_cxf_example_without_crashing() {

0 commit comments

Comments
 (0)