Skip to content

Commit

Permalink
Comment name
Browse files Browse the repository at this point in the history
  • Loading branch information
jessepeterson committed Jul 12, 2022
1 parent 50ea4e3 commit 75c7f00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sync/assigner.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ type Assigner struct {

type AssignerOption func(*Assigner)

// NewAssigned creates a new Assigner from client and uses store to lookup
// NewAssigner creates a new Assigner from client and uses store to lookup
// assigner profile UUIDs. DEP name is specified with name.
func NewAssigner(client *godep.Client, name string, store AssignerProfileRetriever, opts ...AssignerOption) *Assigner {
assigner := &Assigner{
Expand Down

0 comments on commit 75c7f00

Please sign in to comment.