Skip to content

Commit f5a1bc6

Browse files
committed
style: gofmt errors.go not-found var block alignment
1 parent 794cd9a commit f5a1bc6

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

errors.go

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@ var (
99
ErrMigrationFailed = errors.New("cortex: migration failed")
1010

1111
// Not found errors.
12-
ErrAgentNotFound = errors.New("cortex: agent not found")
13-
ErrRunNotFound = errors.New("cortex: run not found")
14-
ErrStepNotFound = errors.New("cortex: step not found")
15-
ErrToolCallNotFound = errors.New("cortex: tool call not found")
16-
ErrSkillNotFound = errors.New("cortex: skill not found")
17-
ErrTraitNotFound = errors.New("cortex: trait not found")
18-
ErrBehaviorNotFound = errors.New("cortex: behavior not found")
19-
ErrPersonaNotFound = errors.New("cortex: persona not found")
20-
ErrCheckpointNotFound = errors.New("cortex: checkpoint not found")
21-
ErrOrchestrationNotFound = errors.New("cortex: orchestration not found")
12+
ErrAgentNotFound = errors.New("cortex: agent not found")
13+
ErrRunNotFound = errors.New("cortex: run not found")
14+
ErrStepNotFound = errors.New("cortex: step not found")
15+
ErrToolCallNotFound = errors.New("cortex: tool call not found")
16+
ErrSkillNotFound = errors.New("cortex: skill not found")
17+
ErrTraitNotFound = errors.New("cortex: trait not found")
18+
ErrBehaviorNotFound = errors.New("cortex: behavior not found")
19+
ErrPersonaNotFound = errors.New("cortex: persona not found")
20+
ErrCheckpointNotFound = errors.New("cortex: checkpoint not found")
21+
ErrOrchestrationNotFound = errors.New("cortex: orchestration not found")
2222
ErrOrchestrationRunNotFound = errors.New("cortex: orchestration run not found")
2323

2424
// Conflict errors.

0 commit comments

Comments
 (0)