mirror of
https://github.com/status-im/consul.git
synced 2025-01-11 06:16:08 +00:00
Gets rid of zero-value initializer.
This commit is contained in:
parent
23035c15bf
commit
5007608060
@ -60,7 +60,6 @@ func NewTombstoneGC(ttl, granularity time.Duration) (*TombstoneGC, error) {
|
||||
t := &TombstoneGC{
|
||||
ttl: ttl,
|
||||
granularity: granularity,
|
||||
enabled: false,
|
||||
expires: make(map[time.Time]*expireInterval),
|
||||
expireCh: make(chan uint64, 1),
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user