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 13, 2023
1 parent 4a75ac6 commit ed5c903
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 ed5c903

Please sign in to comment.