Apply gofmt

I find it intrigingly funny that I haven't done go fmt until now
This commit is contained in:
hedy 2022-03-30 20:34:58 +08:00
parent 293b72b4a1
commit 4a4368e9c6
Signed by: hedy
GPG Key ID: B51B5A8D1B176372
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ var (
colorRed = lipgloss.NewStyle().Foreground(lipgloss.Color("#ff0000"))
colorGreen = lipgloss.NewStyle().Foreground(lipgloss.Color("#76c165"))
colorBlue = lipgloss.NewStyle().Foreground(lipgloss.Color("#1a73e8"))
colorLemon = lipgloss.NewStyle().Foreground(lipgloss.Color("#e7ef80"))
colorLemon = lipgloss.NewStyle().Foreground(lipgloss.Color("#e7ef80"))
)
type model struct {