Skip to content

Commit

Permalink
fix(compute/deploy): remove unnecessary line break
Browse files Browse the repository at this point in the history
  • Loading branch information
Integralist committed Oct 16, 2023
1 parent e7d4690 commit 53de04b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/commands/compute/setup/kv_store.go
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,6 @@ func (o *KVStores) Configure() error {
if err != nil {
return fmt.Errorf("error reading prompt input: %w", err)
}
text.Break(o.Stdout)
}
if value == "" {
value = dv
Expand Down

0 comments on commit 53de04b

Please sign in to comment.