fix(cycle): initialize by default

This commit is contained in:
Jan De Dobbeleer 2023-01-11 14:06:15 +01:00 committed by Jan De Dobbeleer
parent 7dbc3c96ea
commit 41f2716237

View file

@ -12,7 +12,7 @@ import (
) )
var ( var (
cycle *ansi.Cycle cycle *ansi.Cycle = &ansi.Cycle{}
) )
type Engine struct { type Engine struct {