Skip to content

Commit

Permalink
fmting
Browse files Browse the repository at this point in the history
  • Loading branch information
tbuchaillot committed Oct 9, 2020
1 parent 1423bce commit ef616f2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -206,9 +206,9 @@ type UptimeTestsConfigDetail struct {
}

type UptimeTestsConfig struct {
Disable bool `json:"disable"`
PollerGroup string `json:"poller_group"`
Config UptimeTestsConfigDetail `json:"config"`
Disable bool `json:"disable"`
PollerGroup string `json:"poller_group"`
Config UptimeTestsConfigDetail `json:"config"`
}

type ServiceDiscoveryConf struct {
Expand Down

0 comments on commit ef616f2

Please sign in to comment.