Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshidan committed Mar 8, 2025
1 parent d2f37c3 commit 66c8f83
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion artifact-registry/src/client.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
use crate::grpc::apiv1::artifact_registry_client::Client as ArtifactRegistryGrpcClient;
use google_cloud_gax::conn::{ConnectionManager, ConnectionOptions, Environment, Error};
use token_source::{NoopTokenSourceProvider, TokenSourceProvider};
use std::ops::{Deref, DerefMut};
use std::time::Duration;
use token_source::{NoopTokenSourceProvider, TokenSourceProvider};

use crate::grpc::apiv1::{ARTIFACT_REGISTRY, AUDIENCE, SCOPES};

Expand Down
2 changes: 1 addition & 1 deletion bigquery/src/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ use google_cloud_gax::retry::RetrySetting;
use google_cloud_googleapis::cloud::bigquery::storage::v1::{
read_session, CreateReadSessionRequest, DataFormat, ReadSession,
};
use token_source::{TokenSource, TokenSourceProvider};
use std::borrow::Cow;
use std::collections::VecDeque;
use std::fmt::Debug;
use std::future::Future;
use std::marker::PhantomData;
use std::sync::Arc;
use token_source::{TokenSource, TokenSourceProvider};

use crate::grpc::apiv1::conn_pool::ConnectionManager;
use crate::http::bigquery_client::BigqueryClient;
Expand Down
2 changes: 1 addition & 1 deletion storage/src/http/service_account_client.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use token_source::TokenSource;
use reqwest::Response;
use std::sync::Arc;
use token_source::TokenSource;

use crate::http::Error;

Expand Down

0 comments on commit 66c8f83

Please sign in to comment.