Skip to content

Commit

Permalink
style: fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
chuntaojun committed Dec 1, 2021
1 parent ba2cc45 commit 8a8e8c7
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions registry/polaris/core.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,18 @@ package polaris
import (
"sync"
"time"
)

"dubbo.apache.org/dubbo-go/v3/config_center"
"dubbo.apache.org/dubbo-go/v3/remoting"
import (
"github.com/polarismesh/polaris-go/api"
"github.com/polarismesh/polaris-go/pkg/model"
)

import (
"dubbo.apache.org/dubbo-go/v3/config_center"
"dubbo.apache.org/dubbo-go/v3/remoting"
)

type subscriber func(remoting.EventType, []model.Instance)

// PolarisServiceWatcher
Expand Down

0 comments on commit 8a8e8c7

Please sign in to comment.