From ea5968edce2008b889b6543078d1e3e1d08e21a1 Mon Sep 17 00:00:00 2001 From: Bradley Cicenas Date: Wed, 6 Nov 2019 12:31:57 +0000 Subject: [PATCH] update sig --- cwidgets/compact/status.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cwidgets/compact/status.go b/cwidgets/compact/status.go index 74e30f9..fae7bdc 100644 --- a/cwidgets/compact/status.go +++ b/cwidgets/compact/status.go @@ -18,7 +18,7 @@ type Status struct { health []ui.Cell } -func NewStatus() *Status { +func NewStatus() CompactCol { s := &Status{ Block: ui.NewBlock(), health: []ui.Cell{{Ch: ' '}},