Skip to content

Commit

Permalink
Go fumpt'ed
Browse files Browse the repository at this point in the history
  • Loading branch information
Koustavd18 committed Aug 12, 2024
1 parent fa0ee79 commit 426f1c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions pkg/model/defaultprofile/profile.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ package defaultprofile
import (
"fmt"
"io"

"pb/pkg/config"

"github.com/charmbracelet/bubbles/list"
Expand Down
3 changes: 2 additions & 1 deletion pkg/model/role/role.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,10 @@ package role

import (
"fmt"
"strings"

"pb/pkg/model/button"
"pb/pkg/model/selection"
"strings"

"github.com/charmbracelet/bubbles/textinput"
tea "github.com/charmbracelet/bubbletea"
Expand Down

0 comments on commit 426f1c9

Please sign in to comment.