Skip to content

Commit

Permalink
Change b5 casing
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanvanburen committed Mar 28, 2024
1 parent e3b3acf commit 8fcd13c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ func (m model) Update(msg tea.Msg) (tea.Model, tea.Cmd) {
{Title: "Create Time", Width: 19},
// No need to make this too long - it's not really
// useful to consumers.
{Title: "B5 Digest", Width: 9},
{Title: "b5 Digest", Width: 9},
// TODO: What else is useful here?
}
rows := make([]table.Row, len(msg))
Expand Down

0 comments on commit 8fcd13c

Please sign in to comment.