We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46d6e9b commit 0294ff5Copy full SHA for 0294ff5
1 file changed
crates/config/src/lib.rs
@@ -249,16 +249,15 @@ impl Diagnostic {
249
}
250
251
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
- ];
+const PLACEHOLDER_SECRETS: &[&str] = &[
+ "CHANGE_ME",
+ "CHANGEME",
+ "changeme",
+ "replace-with-a-random-webhook-secret",
+ "replace-me",
+ "your-secret",
+ "secret",
+];
262
263
fn next_step_for(field: &str, _message: &str) -> &'static str {
264
match field {
0 commit comments