Skip to content

Commit

Permalink
Update internal/scheduler/jobdb/jobdb.go
Browse files Browse the repository at this point in the history
Co-authored-by: JamesMurkin <jamesmurkin@hotmail.com>
  • Loading branch information
d80tb7 and JamesMurkin authored Sep 2, 2024
1 parent 80d74f1 commit a297eec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/scheduler/jobdb/jobdb.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ type IDProvider interface {
New() string
}

// RealUUIDProvider generates idsusing a UUID
// RealUUIDProvider generates an id using a UUID
type RealUUIDProvider struct{}

func (_ RealUUIDProvider) New() string {
Expand Down

0 comments on commit a297eec

Please sign in to comment.