Skip to content

Commit

Permalink
fix another alignment issue
Browse files Browse the repository at this point in the history
  • Loading branch information
tmm1 committed Jul 28, 2021
1 parent 9e960ea commit 7316f58
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index/writer.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ import (
type Writer struct {
stats Stats

// state
nextSegmentID uint64

config Config
deletionPolicy DeletionPolicy
directory Directory
Expand All @@ -45,9 +48,6 @@ type Writer struct {
rootPersisted []chan error // closed when root is persisted
persistedCallbacks []func(error)

// state
nextSegmentID uint64

// control/track goroutines
closeCh chan struct{}
asyncTasks sync.WaitGroup
Expand Down

0 comments on commit 7316f58

Please sign in to comment.