chore: use gofumpt for code formatting
This commit is contained in:
@@ -21,6 +21,7 @@ func NewNoFetcher(providerName string) *NoFetcher {
|
||||
var ErrFetcherNotSupported = errors.New("fetching of servers is not supported")
|
||||
|
||||
func (n *NoFetcher) FetchServers(context.Context, int) (
|
||||
servers []models.Server, err error) {
|
||||
servers []models.Server, err error,
|
||||
) {
|
||||
return nil, fmt.Errorf("%w: for %s", ErrFetcherNotSupported, n.providerName)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user