Skip to content

Commit

Permalink
fix(style): +=
Browse files Browse the repository at this point in the history
  • Loading branch information
palkan committed Mar 25, 2024
1 parent f1c23f8 commit 23f75dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion broadcast/http.go
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ func (s *HTTPBroadcaster) Start(done chan (error)) error {
}

if s.enableCORS {
verifiedVia = verifiedVia + ", CORS enabled"
verifiedVia += ", CORS enabled"
}

s.log.Info(fmt.Sprintf("Accept broadcast requests at %s%s (%s)", s.server.Address(), s.path, verifiedVia))
Expand Down

0 comments on commit 23f75dc

Please sign in to comment.