Skip to content

Commit d8ffd3c

Browse files
fix: gofmt formatting on atomic.Bool field
1 parent 04ba61b commit d8ffd3c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/storage/basic_store.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ type BasicStore struct {
101101
// Background eviction
102102
evictSignal chan struct{} // Signal background evictor to run
103103
evictDone chan struct{} // Closed when background evictor exits
104-
closing atomic.Bool // Set to true during Close() to prevent sends on closed channels
104+
closing atomic.Bool // Set to true during Close() to prevent sends on closed channels
105105

106106
// Background AOF
107107
aofChan chan *persistence.LogEntry // Buffered channel for async AOF writes

0 commit comments

Comments
 (0)