update sig

This commit is contained in:
Bradley Cicenas 2019-11-06 12:31:57 +00:00
parent c0db41ebcb
commit ea5968edce
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: ' '}},