Skip to content

Commit 8851144

Browse files
committed
lint
1 parent 2b1984d commit 8851144

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

models/packages/package_version.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -168,11 +168,11 @@ type PackageSearchOptions struct {
168168
RepoID int64
169169
Type Type
170170
PackageID int64
171-
Name SearchValue // only results with the specific name are found
172-
Version SearchValue // only results with the specific version are found
171+
Name SearchValue // only results with the specific name are found
172+
Version SearchValue // only results with the specific version are found
173173
Properties map[string]string // only results are found which contain all listed version properties with the specific value
174174
IsInternal bool
175-
HasFileWithName string // only results are found which are associated with a file with the specific name
175+
HasFileWithName string // only results are found which are associated with a file with the specific name
176176
HasFiles util.OptionalBool // only results are found which have associated files
177177
Sort string
178178
db.Paginator

0 commit comments

Comments
 (0)