code formatting

This commit is contained in:
Tim Cooper
2014-12-22 20:37:36 -04:00
parent 686fb79e8f
commit 497db88dcb
5 changed files with 7 additions and 12 deletions

View File

@@ -15,8 +15,7 @@ type UiManager interface {
}
type Ui struct {
Fg Attribute
Bg Attribute
Fg, Bg Attribute
close chan bool
manager UiManager