Skip to content

Commit b4f5dd7

Browse files
committed
gofmt: format drift in CLI files
1 parent 8733437 commit b4f5dd7

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

internal/agent/protocol/protocol.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ import (
2020
"strconv"
2121
"sync"
2222

23+
"github.com/memcode-ai/memcode/catalog"
2324
"github.com/memcode-ai/memcode/internal/agent/permissions"
2425
"github.com/memcode-ai/memcode/internal/agent/runtime"
25-
"github.com/memcode-ai/memcode/catalog"
2626
"github.com/memcode-ai/memcode/internal/wire"
2727
)
2828

internal/agent/protocol/protocol_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ import (
1010
"testing"
1111
"time"
1212

13+
"github.com/memcode-ai/memcode/catalog"
1314
"github.com/memcode-ai/memcode/internal/agent/permissions"
1415
"github.com/memcode-ai/memcode/internal/agent/runtime"
15-
"github.com/memcode-ai/memcode/catalog"
1616
"github.com/memcode-ai/memcode/internal/llm"
1717
"github.com/memcode-ai/memcode/internal/store"
1818
"github.com/memcode-ai/memcode/internal/wire"

internal/agent/runtime/runtime.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ import (
2222
"sync"
2323
"time"
2424

25+
"github.com/memcode-ai/memcode/catalog"
2526
"github.com/memcode-ai/memcode/internal/agent/edit"
2627
"github.com/memcode-ai/memcode/internal/agent/input"
2728
"github.com/memcode-ai/memcode/internal/agent/jobs"
@@ -33,7 +34,6 @@ import (
3334
"github.com/memcode-ai/memcode/internal/agent/tools"
3435
"github.com/memcode-ai/memcode/internal/assemble"
3536
"github.com/memcode-ai/memcode/internal/browser"
36-
"github.com/memcode-ai/memcode/catalog"
3737
"github.com/memcode-ai/memcode/internal/checkpoint"
3838
"github.com/memcode-ai/memcode/internal/events"
3939
"github.com/memcode-ai/memcode/internal/hooks"

internal/agent/runtime/spend_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ import (
66
"path/filepath"
77
"testing"
88

9-
"github.com/memcode-ai/memcode/internal/agent/permissions"
109
"github.com/memcode-ai/memcode/catalog"
10+
"github.com/memcode-ai/memcode/internal/agent/permissions"
1111
"github.com/memcode-ai/memcode/internal/llm"
1212
"github.com/memcode-ai/memcode/internal/store"
1313
"github.com/memcode-ai/memcode/internal/wire"

internal/agent/runtime/ui.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ import (
55
"io"
66
"strings"
77

8+
"github.com/memcode-ai/memcode/catalog"
89
"github.com/memcode-ai/memcode/internal/agent/input"
910
"github.com/memcode-ai/memcode/internal/agent/jobs"
1011
"github.com/memcode-ai/memcode/internal/agent/ledger"
1112
"github.com/memcode-ai/memcode/internal/agent/mood"
1213
"github.com/memcode-ai/memcode/internal/agent/permissions"
1314
"github.com/memcode-ai/memcode/internal/agent/plan"
1415
"github.com/memcode-ai/memcode/internal/agent/room"
15-
"github.com/memcode-ai/memcode/catalog"
1616
"github.com/memcode-ai/memcode/internal/objectives"
1717
"github.com/memcode-ai/memcode/internal/provider"
1818
"github.com/memcode-ai/memcode/internal/sessionlog"

internal/vxui/stream_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ import (
44
"strings"
55
"testing"
66

7-
"github.com/memcode-ai/memcode/internal/theme"
87
"github.com/memcode-ai/memcode/internal/forks/vaxis/ui"
8+
"github.com/memcode-ai/memcode/internal/theme"
99
)
1010

1111
func TestMarkdownRendering(t *testing.T) {

0 commit comments

Comments
 (0)