Skip to content

Commit 17d8afd

Browse files
committed
fix format
1 parent 3927215 commit 17d8afd

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

bin/api/src/main.rs

+5-1
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,11 @@ struct CliArgs {
149149
#[clap(long, env = "LOG_DIR")]
150150
log_dir: Option<String>,
151151

152-
#[clap(long, env = "LOG_ROTATION", help = "Log rotation values: DAILY, HOURLY, MINUTELY, NEVER")]
152+
#[clap(
153+
long,
154+
env = "LOG_ROTATION",
155+
help = "Log rotation values: DAILY, HOURLY, MINUTELY, NEVER"
156+
)]
153157
log_rotation: Option<String>,
154158

155159
#[clap(long, env = "BEACON_ENDPOINT", required = true)]

bin/archiver/src/main.rs

+5-1
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,11 @@ pub struct CliArgs {
177177
#[clap(long, env = "LOG_DIR")]
178178
log_dir: Option<String>,
179179

180-
#[clap(long, env = "LOG_ROTATION", help = "Log rotation values: DAILY, HOURLY, MINUTELY, NEVER")]
180+
#[clap(
181+
long,
182+
env = "LOG_ROTATION",
183+
help = "Log rotation values: DAILY, HOURLY, MINUTELY, NEVER"
184+
)]
181185
log_rotation: Option<String>,
182186

183187
#[clap(long, env = "BEACON_ENDPOINT", required = true)]

0 commit comments

Comments
 (0)