Skip to content

Commit

Permalink
fix: remove whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanPsurtcev committed Dec 11, 2024
1 parent 1418429 commit 9984000
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rust/main/hyperlane-base/src/types/gcs_storage.rs
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,6 @@ impl CheckpointSyncer for GcsStorageClient {
self.upload_and_log(&object_name, data).await
}


/// Write the agent metadata to this syncer
#[instrument(skip(self, metadata))]
async fn write_metadata(&self, metadata: &AgentMetadata) -> Result<()> {
Expand Down

0 comments on commit 9984000

Please sign in to comment.