format go files (gofmt)
This commit is contained in:
4
vendor/github.com/hailocab/go-hostpool/epsilon_greedy.go
generated
vendored
4
vendor/github.com/hailocab/go-hostpool/epsilon_greedy.go
generated
vendored
@@ -53,8 +53,8 @@ func NewEpsilonGreedy(hosts []string, decayDuration time.Duration, calc EpsilonV
|
||||
epsilon: float32(initialEpsilon),
|
||||
decayDuration: decayDuration,
|
||||
EpsilonValueCalculator: calc,
|
||||
timer: &realTimer{},
|
||||
quit: make(chan bool),
|
||||
timer: &realTimer{},
|
||||
quit: make(chan bool),
|
||||
}
|
||||
|
||||
// allocate structures
|
||||
|
Reference in New Issue
Block a user