Skip to content

Commit

Permalink
address the comment
Browse files Browse the repository at this point in the history
Signed-off-by: yisaer <[email protected]>
  • Loading branch information
Yisaer committed Oct 25, 2022
1 parent 9c6e08d commit 781a619
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions executor/analyze_worker.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,9 @@ import (
)

type analyzeSaveStatsWorker struct {
resultsCh <-chan *statistics.AnalyzeResults
sctx sessionctx.Context
errCh chan<- error
checkHistoricalStatsEnable bool
resultsCh <-chan *statistics.AnalyzeResults
sctx sessionctx.Context
errCh chan<- error
}

func newAnalyzeSaveStatsWorker(
Expand Down

0 comments on commit 781a619

Please sign in to comment.