Add blank line before return in SourceURL

This commit is contained in:
2026-01-08 02:23:23 -08:00
parent 751e557884
commit ef6e67e786

View File

@@ -69,6 +69,7 @@ func (r *ImageRequest) SourceURL() string {
if r.SourceQuery != "" {
url += "?" + r.SourceQuery
}
return url
}