Skip to content

Commit

Permalink
go fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
justxuewei committed Jul 8, 2021
1 parent 9621ebf commit 6f8939f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion common/constant/default.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const (
const (
DEFAULT_KEY = "default"
PREFIX_DEFAULT_KEY = "default."
DEFAULT_SERVICE_FILTERS = EchoFilterKey+","+TokenFilterKey+","+AccessLogFilterKey+","+TpsLimitFilterKey+","+GenericServiceFilterKey+","+ExecuteLimitFilterKey+","+GracefulShutdownProviderFilterKey
DEFAULT_SERVICE_FILTERS = EchoFilterKey + "," + TokenFilterKey + "," + AccessLogFilterKey + "," + TpsLimitFilterKey + "," + GenericServiceFilterKey + "," + ExecuteLimitFilterKey + "," + GracefulShutdownProviderFilterKey
DEFAULT_REFERENCE_FILTERS = GracefulShutdownConsumerFilterKey
GENERIC_REFERENCE_FILTERS = GenericFilterKey
GENERIC = "$invoke"
Expand Down
2 changes: 1 addition & 1 deletion filter/hystrix/filter.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ import (

const (
// nolint
HYSTRIX = "hystrix"
HYSTRIX = "hystrix"
)

var (
Expand Down

0 comments on commit 6f8939f

Please sign in to comment.