From 97b725313c0afceb6c69d97131561ab1db2e4df0 Mon Sep 17 00:00:00 2001 From: Rob Skillington Date: Mon, 7 Dec 2020 03:11:37 -0500 Subject: [PATCH] gofmt --- src/dbnode/storage/shard.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dbnode/storage/shard.go b/src/dbnode/storage/shard.go index daee2c2864..5b1d8e0034 100644 --- a/src/dbnode/storage/shard.go +++ b/src/dbnode/storage/shard.go @@ -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 {