Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cleanup: reduce nested level #224

Merged
merged 1 commit into from
Mar 23, 2022
Merged

cleanup: reduce nested level #224

merged 1 commit into from
Mar 23, 2022

Conversation

zhuangqh
Copy link
Contributor

Signed-off-by: jerryzhuang jerryzhuang@tencent.com

What type of PR is this?

cleanup

What this PR does / why we need it:

Which issue(s) this PR fixes:

Special notes for your reviewer:

Signed-off-by: jerryzhuang <zhuangqhc@gmail.com>
@@ -72,7 +72,6 @@ func preProcessTimeSeriesList(tsList []*common.TimeSeries, config *internalConfi
for ts := range tsCh {
tsList = append(tsList, ts)
}
wg.Wait()
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

duplicate wait here

@qmhu
Copy link
Member

qmhu commented Mar 23, 2022

@kitianFresh Please take a look.

@kitianFresh
Copy link
Contributor

Thanks for contributing @zhuangqh

@kitianFresh
Copy link
Contributor

/LGTM

@qmhu qmhu merged commit adb57c6 into gocrane:main Mar 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants