Skip to content

Commit 607d837

Browse files
author
Bennett Hardwick
committed
Run cargo fmt
1 parent f7ad88f commit 607d837

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

tests/pk_tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
use cryptonamo::{Encryptable, Decryptable, Searchable, EncryptedTable};
1+
use cryptonamo::{Decryptable, Encryptable, EncryptedTable, Searchable};
22
use itertools::Itertools;
33
use serial_test::serial;
44
use std::future::Future;

tests/plaintext_tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
use cryptonamo::{Encryptable, Decryptable, Searchable, EncryptedTable};
1+
use cryptonamo::{Decryptable, Encryptable, EncryptedTable, Searchable};
22
use itertools::Itertools;
33
use serial_test::serial;
44
use std::future::Future;

tests/query_tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
use cryptonamo::{Encryptable, Decryptable, Searchable, EncryptedTable};
1+
use cryptonamo::{Decryptable, Encryptable, EncryptedTable, Searchable};
22
use itertools::Itertools;
33
use serial_test::serial;
44
use std::future::Future;

0 commit comments

Comments
 (0)