mirror of
https://github.com/zarzet/SpotiFLAC-Mobile.git
synced 2026-08-05 18:48:38 +02:00
style(go): apply Go 1.26 formatting
This commit is contained in:
@@ -20,8 +20,8 @@ var (
|
||||
// (including "nothing to search for" inputs). Never disables the provider.
|
||||
type lyricsNotFoundError struct{ err error }
|
||||
|
||||
func (e *lyricsNotFoundError) Error() string { return e.err.Error() }
|
||||
func (e *lyricsNotFoundError) Unwrap() error { return e.err }
|
||||
func (e *lyricsNotFoundError) Error() string { return e.err.Error() }
|
||||
func (e *lyricsNotFoundError) Unwrap() error { return e.err }
|
||||
func (e *lyricsNotFoundError) Is(target error) bool { return target == errLyricsNotFound }
|
||||
|
||||
func lyricsNotFoundErrorf(format string, args ...any) error {
|
||||
|
||||
Reference in New Issue
Block a user