Skip to content

Commit

Permalink
Update utils/progressbar/simpleprogressbar.go
Browse files Browse the repository at this point in the history
Co-authored-by: Yahav Itzhak <[email protected]>
  • Loading branch information
sverdlov93 and yahavi authored Jun 13, 2023
1 parent 981995b commit 96d59b1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion utils/progressbar/simpleprogressbar.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ func (p *SimpleProgressBar) Abort() {
}

// GetId Returns the ProgressBar ID
func (p *SimpleProgressBar) GetId() (Id int) { //nolint:gocritic
//nolint:gocritic
func (p *SimpleProgressBar) GetId() (Id int) {
return p.Id
}

Expand Down

0 comments on commit 96d59b1

Please sign in to comment.