Skip to content

Commit

Permalink
Fix mock and comments
Browse files Browse the repository at this point in the history
  • Loading branch information
idanovo committed Sep 20, 2023
1 parent 0ddb611 commit a792259
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pkg/graveler/graveler.go
Original file line number Diff line number Diff line change
Expand Up @@ -440,9 +440,9 @@ type CommitParams struct {

type GarbageCollectionRunMetadata struct {
RunID string
// Location of expired commits CSV file on object store
// Location of active commits CSV file on object store
CommitsCSVLocation string
// Location of where to write expired addresses on object store
// Location of where to write active addresses on object store
AddressLocation string
}

Expand Down
4 changes: 2 additions & 2 deletions pkg/graveler/mock/graveler.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a792259

Please sign in to comment.