Skip to content

Commit

Permalink
Merge pull request #4 from blinklabs-io/chore/make-golangci-lint-happy
Browse files Browse the repository at this point in the history
chore: make golangci-lint happy
  • Loading branch information
wolf31o2 authored Oct 4, 2023
2 parents dbc35ab + 03881b4 commit e1fad8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -234,8 +234,8 @@ func main() {
GetTransactions(oConn),
))
}
headerText.SetText(fmt.Sprintf(" [green]> txtop[white]"))
footerText.SetText(fmt.Sprintf(" [yellow](esc/q) Quit[white]"))
headerText.SetText(fmt.Sprintln(" [green]> txtop[white]"))
footerText.SetText(fmt.Sprintln(" [yellow](esc/q) Quit[white]"))
flex.SetDirection(tview.FlexRow).
AddItem(headerText,
1,
Expand Down

0 comments on commit e1fad8d

Please sign in to comment.