Skip to content
This repository has been archived by the owner on Nov 26, 2023. It is now read-only.

Commit

Permalink
🗑️ Fix unused method receiver (#21)
Browse files Browse the repository at this point in the history
Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>
  • Loading branch information
deepsource-autofix[bot] authored Sep 19, 2022
1 parent d88c5e7 commit 8c429a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ type Bubble struct {
}

// Init intializes the UI.
func (b Bubble) Init() tea.Cmd {
func (Bubble) Init() tea.Cmd {
return nil
}

Expand Down

0 comments on commit 8c429a8

Please sign in to comment.