Skip to content

Commit e85f33d

Browse files
author
Devdutt Shenoi
committed
ci: fix compilation
1 parent 4ceef51 commit e85f33d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/option.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ Cloud Native, log analytics platform for modern applications."#,
170170
Err(ObjectStorageError::Custom(format!("Could not start the server because bucket '{}' contains stale data, please use an empty bucket and restart the server.\n{}", self.storage.get_endpoint(), JOIN_COMMUNITY)))
171171
}
172172

173-
pub fn storage(&self) -> Arc<dyn ObjectStorageProvider + Send + Sync> {
173+
pub fn storage(&self) -> Arc<dyn ObjectStorageProvider> {
174174
self.storage.clone()
175175
}
176176

0 commit comments

Comments
 (0)