diff options
Diffstat (limited to 'internal/timeline/timeline.go')
-rw-r--r-- | internal/timeline/timeline.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/internal/timeline/timeline.go b/internal/timeline/timeline.go index fb7671819..3de029332 100644 --- a/internal/timeline/timeline.go +++ b/internal/timeline/timeline.go @@ -148,7 +148,8 @@ func NewTimeline( grabFunction GrabFunction, filterFunction FilterFunction, prepareFunction PrepareFunction, - skipInsertFunction SkipInsertFunction) (Timeline, error) { + skipInsertFunction SkipInsertFunction, +) (Timeline, error) { return &timeline{ indexedItems: &indexedItems{ skipInsert: skipInsertFunction, |