Skip to content
Snippets Groups Projects
Commit 1d94a3f4 authored by LaurenceLiZhixin's avatar LaurenceLiZhixin
Browse files

fix: fix lint

parent 0cbb493b
No related branches found
No related tags found
No related merge requests found
......@@ -198,7 +198,7 @@ func (r *consulRegistry) Destroy() {
go func() {
defer func() {
if e := recover(); e != nil {
logger.Errorf("consulRegistry destory with panic: %v", e)
logger.Errorf("consulRegistry destroy with panic: %v", e)
}
done <- struct{}{}
}()
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment