Skip to content

Commit 0294ff5

Browse files
committed
Format placeholder secret list
1 parent 46d6e9b commit 0294ff5

1 file changed

Lines changed: 9 additions & 10 deletions

File tree

crates/config/src/lib.rs

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -249,16 +249,15 @@ impl Diagnostic {
249249
}
250250
}
251251

252-
const PLACEHOLDER_SECRETS: &[&str] =
253-
&[
254-
"CHANGE_ME",
255-
"CHANGEME",
256-
"changeme",
257-
"replace-with-a-random-webhook-secret",
258-
"replace-me",
259-
"your-secret",
260-
"secret",
261-
];
252+
const PLACEHOLDER_SECRETS: &[&str] = &[
253+
"CHANGE_ME",
254+
"CHANGEME",
255+
"changeme",
256+
"replace-with-a-random-webhook-secret",
257+
"replace-me",
258+
"your-secret",
259+
"secret",
260+
];
262261

263262
fn next_step_for(field: &str, _message: &str) -> &'static str {
264263
match field {

0 commit comments

Comments
 (0)