diff --git a/nativelink-store/src/gcs_store.rs b/nativelink-store/src/gcs_store.rs index fb62ad20d..063396d46 100644 --- a/nativelink-store/src/gcs_store.rs +++ b/nativelink-store/src/gcs_store.rs @@ -34,8 +34,8 @@ use nativelink_metric::MetricsComponent; use nativelink_util::buf_channel::{DropCloserReadHalf, DropCloserWriteHalf}; use nativelink_util::health_utils::{HealthStatus, HealthStatusIndicator}; use nativelink_util::retry::{Retrier, RetryResult}; -use nativelink_util::store_trait::{StoreDriver, StoreKey, UploadSizeInfo}; use nativelink_util::spawn; +use nativelink_util::store_trait::{StoreDriver, StoreKey, UploadSizeInfo}; use percent_encoding::{utf8_percent_encode, NON_ALPHANUMERIC}; use rand::random; use reqwest::header::{CONTENT_LENGTH, CONTENT_TYPE, LOCATION};