style(test): rustfmt the env-approval journey
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -28,7 +28,11 @@ fn gated_repo(dir: &Path, project: &str, group: &str) {
|
|||||||
),
|
),
|
||||||
)
|
)
|
||||||
.unwrap();
|
.unwrap();
|
||||||
fs::write(dir.join("picloud.production.toml"), "# production overlay\n").unwrap();
|
fs::write(
|
||||||
|
dir.join("picloud.production.toml"),
|
||||||
|
"# production overlay\n",
|
||||||
|
)
|
||||||
|
.unwrap();
|
||||||
fs::write(dir.join("picloud.staging.toml"), "# staging overlay\n").unwrap();
|
fs::write(dir.join("picloud.staging.toml"), "# staging overlay\n").unwrap();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user