Skip to content

Commit

Permalink
fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
whalecold committed Nov 1, 2023
1 parent 1a1a4e6 commit d74d9da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nacos/nacos_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ type fakeNacos struct {
func (fn *fakeNacos) GetConfig(param vo.ConfigParam) (string, error) {
return "", nil
}

func (fn *fakeNacos) PublishConfig(param vo.ConfigParam) (bool, error) {
return false, nil
}
Expand Down

0 comments on commit d74d9da

Please sign in to comment.