Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
Eun committed Mar 13, 2023
1 parent 2cbde61 commit 29b8825
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions root/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,8 @@ func (r *Root) Update(msg tea.Msg) (tea.Model, tea.Cmd) {

func New() *Root {
return &Root{
maxWidth: 60,
maxHeight: 20,
maxWidth: 60, //nolint: gomnd // allow const
maxHeight: 20, //nolint: gomnd // allow const
currentWidth: 0,
currentHeight: 0,
currentView: &dummyView{},
Expand Down

0 comments on commit 29b8825

Please sign in to comment.