mirror of
https://codeberg.org/aryak/mozhi
synced 2025-06-04 00:41:07 +05:30
gofmpt (gofmt but stricter)
This commit is contained in:
@@ -38,7 +38,7 @@ func LangList(engine string, listType string) ([]List, error) {
|
||||
} else if engine == "duckduckgo" {
|
||||
data = LangListDuckDuckGo("sl")
|
||||
} else {
|
||||
return []List{} , errors.New("Engine does not exist.")
|
||||
return []List{}, errors.New("Engine does not exist.")
|
||||
}
|
||||
return data, nil
|
||||
}
|
||||
|
Reference in New Issue
Block a user