Skip to content

Commit

Permalink
style(format): run gofmt
Browse files Browse the repository at this point in the history
  • Loading branch information
eeeXun authored and github-actions[bot] committed Aug 10, 2024
1 parent 8a9f267 commit 0fe050b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/translate/libre/translator.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ func (t *Translator) Translate(message string) (translation *core.Translation, e

var textURL string
if len(t.GetHost()) > 0 {
textURL = "http://"+t.GetHost()+"/translate"
textURL = "http://" + t.GetHost() + "/translate"
} else {
textURL = defaultURL
}
Expand Down

0 comments on commit 0fe050b

Please sign in to comment.