Skip to content

Commit

Permalink
Format code according to the linters hint
Browse files Browse the repository at this point in the history
  • Loading branch information
rustatian committed Oct 12, 2020
1 parent fe3a663 commit b862325
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ package plugin1
type Foo struct {
}

func(f *Foo) Init() error {
func (f *Foo) Init() error {
return nil
}

0 comments on commit b862325

Please sign in to comment.