Skip to content

Commit c172d78

Browse files
brandurbgentry
andauthored
Update client.go
Co-authored-by: Blake Gentry <bgentry@users.noreply.github.com>
1 parent f7943ec commit c172d78

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2744,7 +2744,7 @@ func defaultClientIDWithHost(startedAt time.Time, host string) string {
27442744
// comparatively because any new options must also be considered here for things
27452745
// to work.
27462746
//
2747-
// This is a function instance of an instance function so that it doesn't have
2747+
// This is an unexported function in `river` so that it doesn't have
27482748
// to be exported from `rivertype` and doesn't become part of the public API.
27492749
func uniqueOptsIsEmpty(opts *rivertype.UniqueOpts) bool {
27502750
return !opts.ByArgs &&

0 commit comments

Comments
 (0)