Skip to content

Commit f9036c1

Browse files
committed
chore: fix lint
1 parent 3d3c7f8 commit f9036c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/termexec/utils.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ func calcOpencodeDynamicHeader(newLines []string) (int, bool) {
4747
func removeDynamicHeader(screen string, agentType msgfmt.AgentType) (string, bool) {
4848
lines := strings.Split(screen, "\n")
4949
dynamicHeaderEnd := -1
50-
continueRemoving := true
50+
var continueRemoving bool
5151
if agentType == msgfmt.AgentTypeAmp {
5252
dynamicHeaderEnd, continueRemoving = calcAmpDynamicHeader(lines)
5353
} else if agentType == msgfmt.AgentTypeOpencode {

0 commit comments

Comments
 (0)