Skip to content

Commit ad7955e

Browse files
Frank Guoclaude
andcommitted
Fix gofmt formatting in opencode.go
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 73f75ba commit ad7955e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

cmd/rekal/cli/session/opencode.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,9 @@ func parseOpenCodeDB(dbPath, sessionID string) (*SessionPayload, error) {
6868
defer db.Close()
6969

7070
payload := &SessionPayload{
71-
SessionID: sessionID,
72-
Source: "opencode",
73-
ActorType: "human",
71+
SessionID: sessionID,
72+
Source: "opencode",
73+
ActorType: "human",
7474
CapturedAt: time.Now().UTC(),
7575
}
7676

0 commit comments

Comments
 (0)