Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
smx-Morgan committed Oct 21, 2024
1 parent 988493c commit 2a82d8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion etcd/parser.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@
package etcd

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

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

const (
Expand Down
1 change: 0 additions & 1 deletion pkg/degradation/item_degradation.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,5 @@ type Config = cwdegr.Config
type Container = cwdegr.Container

func NewContainer() *Container {

return cwdegr.NewContainer()
}

0 comments on commit 2a82d8c

Please sign in to comment.