mirror of
https://github.com/taigrr/bubbletea.git
synced 2026-04-02 02:59:09 -07:00
Move components over and update examples
This commit is contained in:
@@ -74,7 +74,7 @@ func view(model boba.Model) string {
|
||||
} else if m.status != 0 {
|
||||
s += fmt.Sprintf("%d %s", m.status, http.StatusText(m.status))
|
||||
}
|
||||
return s
|
||||
return s + "\n"
|
||||
}
|
||||
|
||||
func checkServer() boba.Msg {
|
||||
|
||||
Reference in New Issue
Block a user