Skip to content

Commit

Permalink
nightly fmt fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
MGibson1 committed Sep 19, 2024
1 parent 110a916 commit 6da5c41
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion languages/language_tests/src/main.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
use std::{env, sync::Arc};

use anyhow::{bail, Context, Result};
use bitwarden::{
auth::login::AccessTokenLoginRequest,
Expand All @@ -15,7 +17,6 @@ use bitwarden::{
use e2e_data::{
load_projects, load_realized_secrets, DataKind, RealizedTestSecretData, TestProjectData,
};
use std::{env, sync::Arc};
use tokio::task::JoinHandle;
use uuid::Uuid;

Expand Down

0 comments on commit 6da5c41

Please sign in to comment.