Skip to content

Commit

Permalink
gofmt
Browse files Browse the repository at this point in the history
  • Loading branch information
robskillington committed Dec 7, 2020
1 parent abd43e7 commit 97b7253
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dbnode/storage/shard.go
Original file line number Diff line number Diff line change
Expand Up @@ -2838,7 +2838,7 @@ func (s *dbShard) ScanData(
}

readEntriesErr := s.scanDataWithReader(reader, processor)
// Always close the reader regardless of if failed, but
// Always close the reader regardless of if failed, but
// make sure to propagate if an error occurred closing the reader too.
readCloseErr := reader.Close()
if err := readEntriesErr; err != nil {
Expand Down

0 comments on commit 97b7253

Please sign in to comment.