Skip to content

Commit

Permalink
formatted
Browse files Browse the repository at this point in the history
  • Loading branch information
zeucapua committed Sep 18, 2024
1 parent b4f0391 commit ee64273
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/generate/config/spec.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ func (m model) Update(msg tea.Msg) (tea.Model, tea.Cmd) {
}
return m, nil

case tea.KeyCtrlS:
case tea.KeyCtrlS:
return m, runOutputGeneration(m.opts, m.attributionMap)

case tea.KeyEnter:
Expand Down

0 comments on commit ee64273

Please sign in to comment.