Unverified Commit 6707768e authored by alwqx's avatar alwqx Committed by GitHub
Browse files

chore: format go code (#4149)

parent c78bb76a
...@@ -161,7 +161,7 @@ func ParseNameBare(s string) Name { ...@@ -161,7 +161,7 @@ func ParseNameBare(s string) Name {
} }
scheme, host, ok := strings.Cut(s, "://") scheme, host, ok := strings.Cut(s, "://")
if ! ok { if !ok {
host = scheme host = scheme
} }
n.Host = host n.Host = host
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment