Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
asr2003 committed Dec 15, 2024
1 parent 23b740a commit 5191fcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nativelink-store/src/gcs_store.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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};
Expand Down

0 comments on commit 5191fcb

Please sign in to comment.