mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-03-04 01:36:24 +01:00
ticker: fix linter error
This commit is contained in:
parent
c35a701724
commit
f4849b051d
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ func (m *Mock) Ticks() <-chan time.Time {
|
|||
return m.Force
|
||||
}
|
||||
|
||||
// Resumes starts underlying time.Ticker and causes the ticker to begin
|
||||
// Resume starts underlying time.Ticker and causes the ticker to begin
|
||||
// delivering scheduled events.
|
||||
//
|
||||
// NOTE: Part of the Ticker interface.
|
||||
|
|
Loading…
Add table
Reference in a new issue