Skip to content

Commit

Permalink
fixing comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
vadlakondaswetha committed Dec 27, 2024
1 parent c80c0dd commit b70ef37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/bufferedwrites/upload_handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ func (uh *UploadHandler) Destroy() {
for {
select {
case currBlock, ok := <-uh.uploadCh:
// Not ok means channel not closed. Return.
// Not ok means channel closed. Return.
if !ok {
return
}
Expand Down

0 comments on commit b70ef37

Please sign in to comment.