update sig

This commit is contained in:
Bradley Cicenas 2019-11-06 12:31:57 +00:00
parent 746da760fb
commit 416eb5c363
1 changed files with 1 additions and 1 deletions

View File

@ -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: ' '}},