Skip to content

Commit 47e46a9

Browse files
committed
Fix clippy and fmt
1 parent 8a2bdc3 commit 47e46a9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

server/src/storage/s3.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,10 @@ use crate::storage::{LogStream, ObjectStorage, ObjectStorageError};
5151
use super::ObjectStorageProvider;
5252

5353
#[derive(Debug, Clone, clap::Args)]
54-
#[command(name = "S3 config", about = "Start Parseable with AWS S3 or compatible as storage backend")]
54+
#[command(
55+
name = "S3 config",
56+
about = "Start Parseable with AWS S3 or compatible as storage backend"
57+
)]
5558
pub struct S3Config {
5659
/// The endpoint to AWS S3 or compatible object storage platform
5760
#[arg(long, env = "P_S3_URL", value_name = "url")]

0 commit comments

Comments
 (0)