Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
smx-Morgan committed Oct 19, 2024
1 parent 26ba809 commit c12a6c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion consul/parser.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
package consul

import (
utils "github.com/cloudwego-contrib/cwgo-pkg/config/common"
"github.com/cloudwego-contrib/cwgo-pkg/config/consul/consul"
"github.com/cloudwego-contrib/cwgo-pkg/config/common"
)

type ConfigType = utils.ConfigType
Expand Down
2 changes: 1 addition & 1 deletion utils/set.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

package utils

import "github.com/cloudwego-contrib/cwgo-pkg/config/common"
import utils "github.com/cloudwego-contrib/cwgo-pkg/config/common"

// ThreadSafeSet wrapper of Set.
type ThreadSafeSet = utils.ThreadSafeSet
Expand Down

0 comments on commit c12a6c8

Please sign in to comment.