chore: should be space instead
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-08-04 11:42:16 +02:00
parent d1b20ee5aa
commit de913cd375

View File

@@ -341,7 +341,7 @@ pub async fn apply(input: &str, options: ApplyOptions) -> anyhow::Result<()> {
.map(|i| i.display().to_string()) .map(|i| i.display().to_string())
.collect::<Vec<_>>(); .collect::<Vec<_>>();
file.write_all(open_files.join("\n").as_bytes()) file.write_all(open_files.join(" ").as_bytes())
.await .await
.context("write chosen files")?; .context("write chosen files")?;
file.flush().await.context("flush chosen file")?; file.flush().await.context("flush chosen file")?;