mirror of
https://github.com/ollama/ollama.git
synced 2025-08-28 05:56:54 +02:00
chore: format go code (#4149)
This commit is contained in:
@@ -161,7 +161,7 @@ func ParseNameBare(s string) Name {
|
||||
}
|
||||
|
||||
scheme, host, ok := strings.Cut(s, "://")
|
||||
if ! ok {
|
||||
if !ok {
|
||||
host = scheme
|
||||
}
|
||||
n.Host = host
|
||||
|
Reference in New Issue
Block a user