diff --git a/bar_filler.go b/bar_filler.go index 77043ff..2d672da 100644 --- a/bar_filler.go +++ b/bar_filler.go @@ -8,8 +8,6 @@ // BarFiller interface. // Bar (without decorators) renders itself by calling BarFiller's Fill method. -// -// If not set, it defaults to terminal width. type BarFiller interface { Fill(w io.Writer, stat decor.Statistics) }