chore: use gofumpt for code formatting
This commit is contained in:
@@ -4,6 +4,4 @@ import (
|
||||
"errors"
|
||||
)
|
||||
|
||||
var (
|
||||
ErrLinkDefaultNotFound = errors.New("default link not found")
|
||||
)
|
||||
var ErrLinkDefaultNotFound = errors.New("default link not found")
|
||||
|
||||
Reference in New Issue
Block a user