Import paths: fix non-alphabetic order

Make gofmt happy about that.
This commit is contained in:
Dmytro Maluka
2025-03-24 23:01:48 +01:00
parent 1bd86a8f79
commit eadc402ae0
19 changed files with 21 additions and 21 deletions

View File

@@ -3,13 +3,13 @@ package action
import (
luar "layeh.com/gopher-luar"
"github.com/micro-editor/tcell/v2"
"github.com/zyedidia/micro/v2/internal/buffer"
"github.com/zyedidia/micro/v2/internal/config"
"github.com/zyedidia/micro/v2/internal/display"
ulua "github.com/zyedidia/micro/v2/internal/lua"
"github.com/zyedidia/micro/v2/internal/screen"
"github.com/zyedidia/micro/v2/internal/views"
"github.com/micro-editor/tcell/v2"
)
// The TabList is a list of tabs and a window to display the tab bar