summaryrefslogtreecommitdiffstats
path: root/pkg/commands/patch/patch_builder.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/commands/patch/patch_builder.go')
-rw-r--r--pkg/commands/patch/patch_builder.go4
1 files changed, 1 insertions, 3 deletions
diff --git a/pkg/commands/patch/patch_builder.go b/pkg/commands/patch/patch_builder.go
index 2f350a40b..88f1becc5 100644
--- a/pkg/commands/patch/patch_builder.go
+++ b/pkg/commands/patch/patch_builder.go
@@ -197,9 +197,7 @@ func (p *PatchBuilder) RenderPatchForFile(filename string, plain bool, reverse b
if plain {
return patch.FormatPlain()
} else {
- return patch.FormatView(FormatViewOpts{
- IsFocused: false,
- })
+ return patch.FormatView(FormatViewOpts{})
}
}