style(test): rustfmt the env-approval journey

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
MechaCat02
2026-07-07 20:28:59 +02:00
parent f0e18d263b
commit 8d71620e11

View File

@@ -28,7 +28,11 @@ fn gated_repo(dir: &Path, project: &str, group: &str) {
),
)
.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();
}