Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
Hinton committed Feb 12, 2024
1 parent 653eb3d commit b2c43cf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions crates/bitwarden/src/tool/exporters/client_exporter.rs
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
use super::export_vault_attachments;
use crate::{
error::Result,
tool::exporters::{export_organization_vault, export_vault, ExportFormat},
vault::{Cipher, Collection, Folder},
Client,
};

use super::export_vault_attachments;

pub struct ClientExporters<'a> {
pub(crate) client: &'a mut crate::Client,
}
Expand Down

0 comments on commit b2c43cf

Please sign in to comment.