Skip to content

Commit

Permalink
NIT
Browse files Browse the repository at this point in the history
Signed-off-by: Billy Zha <[email protected]>
  • Loading branch information
qweeah committed Oct 7, 2023
1 parent 5f5a1d9 commit 7554534
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/oras/internal/display/progress/status.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ type status struct {
lock sync.RWMutex
}

// newStatus generates a base empty status
// newStatus generates a base empty status.
func newStatus() *status {
return &status{
offset: -1,
Expand Down

0 comments on commit 7554534

Please sign in to comment.