chore: generate

This commit is contained in:
opencode-agent[bot]
2026-04-16 02:18:58 +00:00
parent cf423d2769
commit 069cef8a44
4 changed files with 5 additions and 19 deletions

View File

@@ -531,9 +531,7 @@ export const layer: Layer.Layer<
if (row.status === "added") {
return [
"",
yield* git([...cfg, ...args(["show", `${to}:${row.file}`])]).pipe(
Effect.map((item) => item.text),
),
yield* git([...cfg, ...args(["show", `${to}:${row.file}`])]).pipe(Effect.map((item) => item.text)),
]
}
if (row.status === "deleted") {