Skip to content

Commit

Permalink
chore: remove extra space
Browse files Browse the repository at this point in the history
Co-authored-by: Ariel Mashraki <[email protected]>
  • Loading branch information
luantranminh and a8m authored Sep 29, 2024
1 parent 22e9a18 commit 63e71ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prompt.go
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ func (i *InitActionCmd) setCurrentState() error {
},
Templates: &promptui.PromptTemplates{
Valid: fmt.Sprintf(`{{ "%s" | green }} {{ . | faint }} {{": " | faint }}`, promptui.IconGood),
Success: fmt.Sprintf(`{{ "%s" | green }} {{ "Current schema state URL: " | faint }}`, promptui.IconGood),
Success: fmt.Sprintf(`{{ "%s" | green }} {{ "Current schema state URL:" | faint }}`, promptui.IconGood),
},
}
f, err := prompt.Run()
Expand Down

0 comments on commit 63e71ce

Please sign in to comment.