Skip to content

Commit

Permalink
style: Fixing golint feedback
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Boutour <[email protected]>
  • Loading branch information
ViBiOh committed Oct 19, 2021
1 parent 1ab2b8d commit 6626002
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/model/repository.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ func NewRepository(id uint64, kind RepositoryKind, name, part string) Repository
// NewEmptyRepository create an empty Repository
func NewEmptyRepository() Repository {
return Repository{
Versions: make(map[string]string, 0),
Versions: make(map[string]string),
}
}

Expand Down

0 comments on commit 6626002

Please sign in to comment.