From 0c0c759f8ac55eb2abc80467da30771860504a2f Mon Sep 17 00:00:00 2001 From: tauraamui Date: Mon, 22 Sep 2025 15:49:43 +0100 Subject: [PATCH] fix(lint): appease linter --- internal/tui/components/chat/editor/editor_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/internal/tui/components/chat/editor/editor_test.go b/internal/tui/components/chat/editor/editor_test.go index f085a1e06b7ce866c380438cdeefdf192417eabf..0a51cc4deca92942af8e0b8df4a02602ba6b63da 100644 --- a/internal/tui/components/chat/editor/editor_test.go +++ b/internal/tui/components/chat/editor/editor_test.go @@ -1,6 +1,8 @@ package editor import ( + "os" + "path/filepath" "testing" "testing/fstest" @@ -12,8 +14,6 @@ import ( "github.com/charmbracelet/crush/internal/tui/components/dialogs/filepicker" "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" - "os" - "path/filepath" ) // executeBatchCommands executes all commands in a BatchMsg and returns the resulting messages