Skip to content

Commit

Permalink
chore: go fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
cfoust committed Sep 6, 2024
1 parent dad0621 commit 379509a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/layout/pane/module.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ import (
"fmt"

"github.com/cfoust/cy/pkg/geom"
"github.com/cfoust/cy/pkg/style"
"github.com/cfoust/cy/pkg/geom/tty"
L "github.com/cfoust/cy/pkg/layout"
"github.com/cfoust/cy/pkg/mux"
S "github.com/cfoust/cy/pkg/mux/screen"
"github.com/cfoust/cy/pkg/mux/screen/server"
"github.com/cfoust/cy/pkg/mux/screen/tree"
"github.com/cfoust/cy/pkg/params"
"github.com/cfoust/cy/pkg/style"
"github.com/cfoust/cy/pkg/taro"
"github.com/cfoust/cy/pkg/util"

Expand Down

0 comments on commit 379509a

Please sign in to comment.